Skip to content

Commit

Permalink
(Doc+) Link Gateway Settings to Full Restart
Browse files Browse the repository at this point in the history
  • Loading branch information
stefnestor committed Jul 15, 2024
1 parent 5c98098 commit def6a1f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/reference/modules/gateway.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
The local gateway stores the cluster state and shard data across full
cluster restarts.

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

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

`gateway.expected_data_nodes`::
(<<static-cluster-setting,Static>>)
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/setup/restart-cluster.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ time, so the service remains uninterrupted.
[WARNING]
====
Nodes exceeding the low watermark threshold will be slow to restart. Reduce the disk
usage below the <<cluster-routing-watermark-low,low watermark>> before to restarting nodes.
usage below the <<cluster-routing-watermark-low,low watermark>> before restarting nodes.
====

[discrete]
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/upgrade/disable-shard-alloc.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ PUT _cluster/settings
}
--------------------------------------------------
// TEST[skip:indexes don't assign]

You may also consider <<modules-gateway,gateway settings>>.

0 comments on commit def6a1f

Please sign in to comment.