Update gateway.asciidoc (#19572)
* Update gateway.asciidoc Added a note to clarify that, in cases where nodes in a cluster have different setting, the node that is the elected master takes precedence over anything else. * Update gateway.asciidoc Updated as per @bleskes's comments
This commit is contained in:
parent
9fa33b6d07
commit
ebf96bbc35
|
@ -4,9 +4,9 @@
|
||||||
The local gateway module stores the cluster state and shard data across full
|
The local gateway module stores the cluster state and shard data across full
|
||||||
cluster restarts.
|
cluster restarts.
|
||||||
|
|
||||||
The following _static_ settings, which must be set on every data node in the
|
The following _static_ settings, which must be set on every master node,
|
||||||
cluster, controls how long nodes should wait before they try to recover any
|
control how long a freshly elected master should wait before it tries to
|
||||||
shards which are stored locally:
|
recover the cluster state and the cluster's data:
|
||||||
|
|
||||||
`gateway.expected_nodes`::
|
`gateway.expected_nodes`::
|
||||||
|
|
||||||
|
@ -48,4 +48,3 @@ as long as the following conditions are met:
|
||||||
Recover as long as this many data nodes have joined the cluster.
|
Recover as long as this many data nodes have joined the cluster.
|
||||||
|
|
||||||
NOTE: These settings only take effect on a full cluster restart.
|
NOTE: These settings only take effect on a full cluster restart.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue