We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffc8822 commit ab9a082Copy full SHA for ab9a082
docs/reference/upgrade/disable-shard-alloc.asciidoc
@@ -1,8 +1,10 @@
1
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:
+When you shut down a node, the allocation process waits for
+`index.unassigned.node_left.delayed_timeout` (by default, one minute) before
+starting to replicate the shards on that node to other nodes in the cluster,
+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:
8
9
[source,js]
10
--------------------------------------------------
0 commit comments