Skip to content

Commit 076c254

Browse files
authored
Fix list of discovery.zen settings removed in 8.0 (#56865)
In #39466 we removed all the settings in the `discovery.zen` namespace in 8.0 and documented their removal as a breaking change. Conspicuously absent from the list of removed settings is the `discovery.zen.minimum_master_nodes` setting, and there are two other omitted settings and a duplicated one too. This commit fixes up these docs.
1 parent 5c7c967 commit 076c254

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/reference/migration/migrate_8_0/discovery.asciidoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
All settings under the `discovery.zen` namespace, which existed only for BWC reasons in 7.x,
1818
are no longer supported. In particular, this includes:
1919
20+
- `discovery.zen.minimum_master_nodes`
2021
- `discovery.zen.no_master_block`
2122
- `discovery.zen.hosts_provider`
2223
- `discovery.zen.publish_timeout`
@@ -25,15 +26,16 @@ are no longer supported. In particular, this includes:
2526
- `discovery.zen.ping.unicast.concurrent_connects`
2627
- `discovery.zen.ping.unicast.hosts.resolve_timeout`
2728
- `discovery.zen.ping.unicast.hosts`
29+
- `discovery.zen.ping_timeout`
2830
- `discovery.zen.unsafe_rolling_upgrades_enabled`
29-
- `discovery.zen.commit_timeout`
3031
- `discovery.zen.fd.connect_on_network_disconnect`
3132
- `discovery.zen.fd.ping_interval`
3233
- `discovery.zen.fd.ping_timeout`
3334
- `discovery.zen.fd.ping_retries`
3435
- `discovery.zen.fd.register_connection_listener`
3536
- `discovery.zen.join_retry_attempts`
3637
- `discovery.zen.join_retry_delay`
38+
- `discovery.zen.join_timeout`
3739
- `discovery.zen.max_pings_from_another_master`
3840
- `discovery.zen.send_leave_request`
3941
- `discovery.zen.master_election.wait_for_joins_timeout`
@@ -43,4 +45,4 @@ are no longer supported. In particular, this includes:
4345
*Impact* +
4446
Discontinue use of the `discovery.zen` settings. Specifying these settings in
4547
`elasticsearch.yml` will result in an error on startup.
46-
====
48+
====

0 commit comments

Comments
 (0)