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.
Remove unsupported
LEGACY_MULTI_NODE_DISCOVERY_TYPE
(elastic#112903)
This was never documented as supported anyway and has been deprecated for several years so can now be removed.
- Loading branch information
1 parent
3a88358
commit 49dcc16
Showing
3 changed files
with
18 additions
and
40 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,17 @@ | ||
pr: 112903 | ||
summary: Remove unsupported legacy value for `discovery.type` | ||
area: Cluster Coordination | ||
type: breaking | ||
issues: [] | ||
breaking: | ||
title: Remove unsupported legacy value for `discovery.type` | ||
area: Cluster and node setting | ||
details: >- | ||
Earlier versions of {es} had a `discovery.type` setting which permitted | ||
values that referred to legacy discovery types. From v9.0.0 onwards, the | ||
only supported values for this setting are `multi-node` (the default) and | ||
`single-node`. | ||
impact: >- | ||
Remove any value for `discovery.type` from your `elasticsearch.yml` | ||
configuration file. | ||
notable: false |
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