22[[breaking_70_discovery_changes]]
33=== Discovery changes
44
5+ //tag::notable-breaking-changes[]
56[float]
67==== Cluster bootstrapping is required if discovery is configured
78
89The first time a cluster is started, `cluster.initial_master_nodes` must be set
910to perform cluster bootstrapping. It should contain the names of the
1011master-eligible nodes in the initial cluster and be defined on every
11- master-eligible node in the cluster. See <<discovery-settings,the discovery
12- settings summary>> for an example, and the
13- << modules-discovery-bootstrap-cluster, cluster bootstrapping reference
14- documentation>> describes this setting in more detail.
12+ master-eligible node in the cluster. See
13+ {ref}/discovery- settings.html[the discovery settings summary] for an example, and the
14+ {ref}/ modules-discovery-bootstrap-cluster.html[ cluster bootstrapping reference
15+ documentation] describes this setting in more detail.
1516
1617The `discovery.zen.minimum_master_nodes` setting is permitted, but ignored, on
17187.x nodes.
19+ //end::notable-breaking-changes[]
1820
1921[float]
2022==== Removing master-eligible nodes sometimes requires voting exclusions
@@ -28,6 +30,7 @@ such as data-only nodes or coordinating-only nodes, voting exclusions are not
2830required. Likewise, if you add nodes to the cluster, voting exclusions are not
2931required.
3032
33+ //tag::notable-breaking-changes[]
3134[float]
3235==== Discovery configuration is required in production
3336
4447The first three settings in this list are only available in versions 7.0 and
4548above. If you are preparing to upgrade from an earlier version, you must set
4649`discovery.zen.ping.unicast.hosts` or `discovery.zen.hosts_provider`.
50+ //end::notable-breaking-changes[]
4751
4852[float]
4953==== New name for `no_master_block` setting
0 commit comments