Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.14] [DOCS] Add deprecation docs for cluster.join.timeout (#77725) #77901

Merged
merged 1 commit into from
Sep 16, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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