@@ -121,12 +121,14 @@ because CrateDB must recover and rebalance shards as the nodes drop out.
121121:::{NOTE}
122122The following only applies to CrateDB versions 3.x and below.
123123
124- The ` discovery.zen.minimum_master_nodes ` setting is {ref}`no longer used
125- <node-discovery >` in CrateDB versions 4.x and above.
124+ The [ discovery.zen.minimum_master_nodes] setting is no longer used in CrateDB
125+ versions 4.x and above. Please refer to the current documentation section
126+ about {ref}` crate-reference:conf_discovery ` .
126127:::
127128
128129The [ discovery.zen.minimum_master_nodes] setting affects {ref}`metadata
129- master < crate-reference:concept-clusters > ` election.
130+ master < crate-reference:concept-clusters > ` election with previous versions
131+ of CrateDB.
130132
131133This setting can be changed while CrateDB is running, like so:
132134
@@ -144,11 +146,11 @@ Changes to the Kubernetes controller configuration can then be deployed using
144146Control] [ using version control ] .
145147
146148:::{CAUTION}
147- If ` discovery.zen.minimum_master_nodes ` is set to more than the current
149+ If [ discovery.zen.minimum_master_nodes] is set to more than the current
148150number of nodes in the cluster, the cluster will disband. On the other
149151hand, a number that is too small might lead to a [ split-brain] scenario.
150152
151- Accordingly, it is important to [ adjust this number carefully] when
153+ Accordingly, it is important to adjust this number carefully when
152154scaling CrateDB.
153155:::
154156
@@ -185,11 +187,11 @@ However, you should only do this on a production cluster if you need to
185187scale to handle a load spike quickly.
186188:::
187189
188- [ adjust this number carefully ] : https://cratedb.com/docs/crate/reference/en/3.3/config/cluster.html#discovery-zen-minimum-master-nodes
190+
189191[ containerization ] : https://www.docker.com/resources/what-container
190192[ cratedb docker image ] : https://hub.docker.com/_/crate/
191193[ deleted and recreated ] : https://kubernetes.io/docs/concepts/cluster-administration/manage-deployment/#disruptive-updates
192- [ discovery.zen.minimum_master_nodes ] : https://cratedb .com/docs /crate/reference/en/ 3.3/config/cluster.html #discovery-zen-minimum-master-nodes
194+ [ discovery.zen.minimum_master_nodes ] : https://github .com/crate /crate/blob/ 3.3/blackbox/docs/ config/cluster.rst #discovery
193195[ docker ] : https://www.docker.com/
194196[ gateway.expected_data_nodes ] : https://cratedb.com/docs/crate/reference/en/latest/admin/system-information.html#recovery-expected-data-nodes
195197[ gateway.recover_after_data_nodes ] : https://cratedb.com/docs/crate/reference/en/latest/admin/system-information.html#recovery-after-data-nodes
0 commit comments