Skip to content

Commit 5346e57

Browse files
authored
[DOCS] Add deprecation docs for cluster.join.timeout (#77725) (#77903)
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.
1 parent 40b719c commit 5346e57

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/reference/migration/migrate_7_10.asciidoc

+17
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ See also <<release-highlights>> and <<es-release-notes>>.
1313
* <<breaking_710_java_changes>>
1414
* <<breaking_710_networking_changes>>
1515
* <<breaking_710_search_changes>>
16+
* <<breaking_710_cluster_deprecations>>
1617
* <<breaking_710_indices_changes>>
1718
* <<breaking_710_ml_changes>>
1819
* <<breaking_710_mapping_changes>>
@@ -144,6 +145,22 @@ the old behavior is supported until the next major release.
144145
To find out if you are using any deprecated functionality,
145146
enable <<deprecation-logging, deprecation logging>>.
146147

148+
[discrete]
149+
[[breaking_710_cluster_deprecations]]
150+
==== Cluster deprecations
151+
152+
[[deprecate-cluster-join-timeout]]
153+
.The `cluster.join.timeout` setting is deprecated.
154+
[%collapsible]
155+
====
156+
*Details* +
157+
The `cluster.join.timeout` node setting is deprecated and will be removed in
158+
8.0. In 7.x clusters, join attempts no longer time out.
159+
160+
*Impact* +
161+
To avoid deprecation warnings, discontinue use of the setting.
162+
====
163+
147164
[discrete]
148165
[[breaking_710_indices_changes]]
149166
==== Indices deprecations

0 commit comments

Comments
 (0)