We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc6112 commit 419b48eCopy full SHA for 419b48e
docs/reference/modules/discovery/discovery-settings.asciidoc
@@ -3,6 +3,14 @@
3
4
Discovery and cluster formation are affected by the following settings:
5
6
+`cluster.auto_shrink_voting_configuration`::
7
+
8
+ Controls whether the <<modules-discovery-voting,voting configuration>> sheds
9
+ departed nodes automatically, as long as it still contains at least 3 nodes.
10
+ The default value is `true`. If set to `false`, the voting configuration
11
+ never shrinks automatically; you must remove departed nodes manually with
12
+ the <<voting-config-exclusions,voting configuration exclusions API>>.
13
14
[[master-election-settings]]`cluster.election.back_off_time`::
15
16
Sets the amount to increase the upper bound on the wait before an election
0 commit comments