This repository was archived by the owner on Sep 21, 2021. It is now read-only.
File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ The procedure is as follows:
24
24
help speed up recovery time.
25
25
26
26
2. Disable shard allocation. This prevents Elasticsearch from rebalancing
27
- missing shards until you tell it otherwise. If you know the maintenance will be
27
+ missing shards until you tell it otherwise. If you know the maintenance window will be
28
28
short, this is a good idea. You can disable allocation as follows:
29
29
+
30
30
[source,js]
@@ -59,9 +59,12 @@ PUT /_cluster/settings
59
59
}
60
60
----
61
61
+
62
- Shard rebalancing may take some time. At this point, you are safe to resume
63
- indexing (if you had previously stopped), but waiting until the cluster is fully
64
- balanced before resuming indexing will help speed up the process.
62
+ Shard rebalancing may take some time. Wait until the cluster has returned
63
+ to status `green` before continuing.
65
64
66
65
7. Repeat steps 2 through 6 for the rest of your nodes.
67
66
67
+ 8. At this point you are safe to resume indexing (if you had previously stopped),
68
+ but waiting until the cluster is fully balanced before resuming indexing will help
69
+ to speed up the process.
70
+
You can’t perform that action at this time.
0 commit comments