2020-07-23 23:48:22 +08:00
|
|
|
[discrete]
|
2020-04-24 23:04:47 +08:00
|
|
|
[[breaking_80_cluster_changes]]
|
2021-01-15 01:14:48 +08:00
|
|
|
==== Cluster changes
|
2020-04-24 23:04:47 +08:00
|
|
|
|
|
|
|
//NOTE: The notable-breaking-changes tagged regions are re-used in the
|
|
|
|
//Installation and Upgrade Guide
|
|
|
|
|
|
|
|
//tag::notable-breaking-changes[]
|
2020-05-05 21:44:29 +08:00
|
|
|
.The voting configuration exclusions API endpoint has changed.
|
|
|
|
[%collapsible]
|
|
|
|
====
|
|
|
|
*Details* +
|
2020-04-24 23:04:47 +08:00
|
|
|
The `POST /_cluster/voting_config_exclusions/{node_filter}` API has been
|
|
|
|
removed in favour of `POST /_cluster/voting_config_exclusions?node_names=...`
|
|
|
|
and `POST /_cluster/voting_config_exclusions?node_ids=...` which allow you to
|
|
|
|
specify the names or IDs of the nodes to exclude.
|
2020-05-05 21:44:29 +08:00
|
|
|
|
|
|
|
*Impact* +
|
|
|
|
Use `POST /_cluster/voting_config_exclusions?node_ids=...` and specify the nodes
|
|
|
|
to exclude instead of using a node filter. Requests submitted to the
|
|
|
|
`/_cluster/voting_config_exclusions/{node_filter}` endpoint will return an
|
|
|
|
error.
|
|
|
|
====
|
2020-08-10 20:57:54 +08:00
|
|
|
|
|
|
|
.The `cluster.join.timeout` setting has been removed.
|
|
|
|
[%collapsible]
|
|
|
|
====
|
|
|
|
*Details* +
|
|
|
|
The `cluster.join.timeout` setting has been removed. Join attempts no longer
|
|
|
|
time out.
|
|
|
|
|
|
|
|
*Impact* +
|
|
|
|
Do not set `cluster.join.timeout` in your `elasticsearch.yml` file.
|
|
|
|
====
|
2021-07-27 05:43:39 +08:00
|
|
|
// end::notable-breaking-changes[]
|