From 683cd2e34306cbbeed975b28a66d14a2479d8695 Mon Sep 17 00:00:00 2001 From: James Rodewig <40268737+jrodewig@users.noreply.github.com> Date: Thu, 16 Sep 2021 12:47:44 -0400 Subject: [PATCH] [DOCS] Add deprecation docs for `cluster.join.timeout` (#77725) 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. --- docs/reference/migration/migrate_7_10.asciidoc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/reference/migration/migrate_7_10.asciidoc b/docs/reference/migration/migrate_7_10.asciidoc index 773d8a9e70f76..f9118b332ffd5 100644 --- a/docs/reference/migration/migrate_7_10.asciidoc +++ b/docs/reference/migration/migrate_7_10.asciidoc @@ -13,6 +13,7 @@ See also <> and <>. * <> * <> * <> +* <> * <> * <> * <> @@ -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 <>. +[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