@@ -188,11 +188,6 @@ You must configure every node with a list of seed nodes. Each node
188188discovers the rest of the cluster via the seed nodes.
189189:::
190190
191- :::{TIP}
192- If you are using CrateDB 3.x or below, you can use the
193- [ discovery.zen.ping.unicast.hosts] setting instead of
194- {ref}` crate-reference:discovery.seed_hosts ` .
195- :::
196191
197192(unicast-discovery)=
198193
@@ -294,11 +289,6 @@ CrateDB requires a [quorum] of nodes before a master can be elected. A quorum
294289ensures that the cluster does not elect multiple masters in the event of a
295290network partition (also known as a [split-brain] scenario).
296291
297- CrateDB (versions 4.x and above) will automatically determine the ideal [quorum
298- size][quorum size], but if you are using CrateDB versions 3.x and below, you must manually set
299- the quorum size using the [discovery.zen.minimum_master_nodes] setting. For
300- a three-node cluster, you must declare all nodes to be master-eligible.
301-
302292(metadata-gateway)=
303293
304294# ### Metadata gateway
@@ -432,6 +422,17 @@ transport.publish_port: 4321
432422{ref}`More information about port settings <crate-reference:conf_ports>`
433423:: :
434424
425+ # # CrateDB 3.x
426+
427+ CrateDB (versions 4.x and above) will automatically determine the ideal [quorum
428+ size][quorum size], but if you are using CrateDB versions 3.x and below, you
429+ must manually set the quorum size using the [discovery.zen.minimum_master_nodes]
430+ setting. For a three-node cluster, you must declare all nodes to be master-eligible.
431+
432+ If you are using CrateDB 3.x or below, to configure every node with a list of
433+ seed nodes, you can use the [discovery.zen.ping.unicast.hosts] setting instead
434+ of {ref}`crate-reference:discovery.seed_hosts`.
435+
435436
436437[127.0.0.1:4200] : http://127.0.0.1:4200/
437438[127.0.0.1:4201] : http://127.0.0.1:4201/
0 commit comments