-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removes all traces of Zen1 from the code base. Some of these commits will also be backported to 7.0/7.x (#39470) as the cluster.coordination package was making use of some things in discovery.zen and we want to keep 7.x as close as possible to master.
- Loading branch information
Showing
86 changed files
with
646 additions
and
10,610 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
[float] | ||
[[breaking_80_discovery_changes]] | ||
=== Discovery changes | ||
|
||
[float] | ||
==== Removal of old discovery settings | ||
|
||
All settings under the `discovery.zen` namespace, which existed only for BWC reasons in 7.x, | ||
will no longer be supported. In particular, this includes: | ||
|
||
- `discovery.zen.no_master_block` | ||
- `discovery.zen.hosts_provider` | ||
- `discovery.zen.publish_timeout` | ||
- `discovery.zen.commit_timeout` | ||
- `discovery.zen.publish_diff.enable` | ||
- `discovery.zen.ping.unicast.concurrent_connects` | ||
- `discovery.zen.ping.unicast.hosts.resolve_timeout` | ||
- `discovery.zen.ping.unicast.hosts` | ||
- `discovery.zen.unsafe_rolling_upgrades_enabled` | ||
- `discovery.zen.commit_timeout` | ||
- `discovery.zen.fd.connect_on_network_disconnect` | ||
- `discovery.zen.fd.ping_interval` | ||
- `discovery.zen.fd.ping_timeout` | ||
- `discovery.zen.fd.ping_retries` | ||
- `discovery.zen.fd.register_connection_listener` | ||
- `discovery.zen.join_retry_attempts` | ||
- `discovery.zen.join_retry_delay` | ||
- `discovery.zen.max_pings_from_another_master` | ||
- `discovery.zen.send_leave_request` | ||
- `discovery.zen.master_election.wait_for_joins_timeout` | ||
- `discovery.zen.master_election.ignore_non_master_pings` | ||
- `discovery.zen.publish.max_pending_cluster_states` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.