Browse Source

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
markwalkom 9 years ago
parent
commit
ebf96bbc35
1 changed files with 3 additions and 4 deletions
  1. 3 4
      docs/reference/modules/gateway.asciidoc

+ 3 - 4
docs/reference/modules/gateway.asciidoc

@@ -4,9 +4,9 @@
 The local gateway module stores the cluster state and shard data across full
 cluster restarts.
 
-The following _static_ settings, which must be set on every data node in the
-cluster, controls how long nodes should wait before they try to recover any
-shards which are stored locally:
+ The following _static_ settings, which must be set on every master node,
+  control how long a freshly elected master should wait before it tries to
+  recover the cluster state and the cluster's data:
 
 `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.
 
 NOTE: These settings only take effect on a full cluster restart.
-