forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add deprecation warning to TransportHandshaker (elastic#123188)
This PR adds a deprecation warning log to the TransportHandshaker when connecting with nodes < v8.18.
- Loading branch information
Showing
3 changed files
with
90 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
pr: 123188 | ||
summary: Add deprecation warning to `TransportHandshaker` | ||
area: Infra/Core | ||
type: deprecation | ||
issues: [] | ||
deprecation: | ||
title: Deprecate ability to connect to nodes of versions 8.17 and earlier | ||
area: REST API | ||
details: > | ||
Versions 9.0.0 and later of {es} will not support communication with nodes of versions earlier than 8.18.0, | ||
so the ability to connect to nodes of earlier versions is deprecated in this version. This applies both to | ||
communication within a cluster and communication across clusters (e.g. for <<modules-cross-cluster-search,{ccs}>> or | ||
<<xpack-ccr,{ccr}>>). | ||
{es} will report in its <<deprecation-logging, deprecation logging>> each time it opens a connection to a node that | ||
will not be supported from version 9.0.0 onwards. You must upgrade all your clusters to version 8.18.0 or later | ||
before upgrading any of your clusters to 9.0.0 or later. | ||
impact: > | ||
Upgrade all of your clusters to at least 8.18.0 before upgrading any of them to 9.0.0 or later. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters