Skip to content
Merged
Changes from 3 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 now deprecated. In 7.x clusters, join
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we add that it's removed in the next major release? Or is that implied by the fact that it's deprecated?

attempts no longer time out.

*Impact* +
To avoid deprecation warnings, discontinue use of the setting.
====

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