Skip to content

Commit

Permalink
[DOCS] Add deprecation docs for cluster.join.timeout (#77725) (#77903)
Browse files Browse the repository at this point in the history
We deprecated the `cluster.join.timeout` setting in 7.10 with PR #60872.
However, we didn't add a related item to the 7.10 deprecation docs. This adds
the missing item.

Relates to #60873.
  • Loading branch information
jrodewig authored Sep 16, 2021
1 parent 40b719c commit 5346e57
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/reference/migration/migrate_7_10.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ See also <<release-highlights>> and <<es-release-notes>>.
* <<breaking_710_java_changes>>
* <<breaking_710_networking_changes>>
* <<breaking_710_search_changes>>
* <<breaking_710_cluster_deprecations>>
* <<breaking_710_indices_changes>>
* <<breaking_710_ml_changes>>
* <<breaking_710_mapping_changes>>
Expand Down Expand Up @@ -144,6 +145,22 @@ the old behavior is supported until the next major release.
To find out if you are using any deprecated functionality,
enable <<deprecation-logging, deprecation logging>>.

[discrete]
[[breaking_710_cluster_deprecations]]
==== Cluster deprecations

[[deprecate-cluster-join-timeout]]
.The `cluster.join.timeout` setting is deprecated.
[%collapsible]
====
*Details* +
The `cluster.join.timeout` node setting is deprecated and will be removed in
8.0. In 7.x clusters, join attempts no longer time out.
*Impact* +
To avoid deprecation warnings, discontinue use of the setting.
====

[discrete]
[[breaking_710_indices_changes]]
==== Indices deprecations
Expand Down

0 comments on commit 5346e57

Please sign in to comment.