Skip to content

Commit 2a83269

Browse files
(Doc+) Link Gateway Settings to Full Restart (#110902) (#111291)
* (Doc+) Link Gateway Settings to Full Restart --------- Co-authored-by: shainaraskas <[email protected]>
1 parent 2c544fb commit 2a83269

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

docs/reference/modules/gateway.asciidoc

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

7-
The following _static_ settings, which must be set on every master node,
7+
The following _static_ settings, which must be set on every <<master-node,master-eligible node>>,
88
control how long a freshly elected master should wait before it tries to
9-
recover the cluster state and the cluster's data.
9+
recover the <<cluster-state,cluster state>> and the cluster's data.
1010

11-
NOTE: These settings only take effect on a full cluster restart.
11+
NOTE: These settings only take effect during a <<restart-cluster-full,full cluster restart>>.
1212

1313
`gateway.expected_data_nodes`::
1414
(<<static-cluster-setting,Static>>)

docs/reference/setup/restart-cluster.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ time, so the service remains uninterrupted.
1111
[WARNING]
1212
====
1313
Nodes exceeding the low watermark threshold will be slow to restart. Reduce the disk
14-
usage below the <<cluster-routing-watermark-low,low watermark>> before to restarting nodes.
14+
usage below the <<cluster-routing-watermark-low,low watermark>> before restarting nodes.
1515
====
1616

1717
[discrete]

docs/reference/upgrade/disable-shard-alloc.asciidoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ PUT _cluster/settings
1717
}
1818
--------------------------------------------------
1919
// TEST[skip:indexes don't assign]
20+
21+
You can also consider <<modules-gateway,gateway settings>> when restarting
22+
large clusters to reduce initial strain while nodes are processing
23+
<<modules-discovery,through discovery>>.

0 commit comments

Comments
 (0)