Skip to content

Commit ebf96bb

Browse files
markwalkomclintongormley
authored andcommitted
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
1 parent 9fa33b6 commit ebf96bb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/reference/modules/gateway.asciidoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
The local gateway module stores the cluster state and shard data across full
55
cluster restarts.
66

7-
The following _static_ settings, which must be set on every data node in the
8-
cluster, controls how long nodes should wait before they try to recover any
9-
shards which are stored locally:
7+
The following _static_ settings, which must be set on every master node,
8+
control how long a freshly elected master should wait before it tries to
9+
recover the cluster state and the cluster's data:
1010

1111
`gateway.expected_nodes`::
1212

@@ -48,4 +48,3 @@ as long as the following conditions are met:
4848
Recover as long as this many data nodes have joined the cluster.
4949

5050
NOTE: These settings only take effect on a full cluster restart.
51-

0 commit comments

Comments
 (0)