File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 11
2- When you shut down a node, the allocation process waits for one minute
3- before starting to replicate the shards on that node to other nodes
4- in the cluster, causing a lot of wasted I/O. You can avoid racing the clock
5- by disabling allocation before shutting down the node:
2+ When you shut down a node, the allocation process waits for
3+ `index.unassigned.node_left.delayed_timeout` (by default, one minute) before
4+ starting to replicate the shards on that node to other nodes in the cluster,
5+ which can involve a lot of I/O. Since the node is shortly going to be
6+ restarted, this I/O is unnecessary. You can avoid racing the clock by disabling
7+ allocation before shutting down the node:
68
79[source,js]
810--------------------------------------------------
You can’t perform that action at this time.
0 commit comments