Deprecate setting 'cluster.initial_master_nodes' and introduce the alternative setting 'cluster.initial_cluster_manager_nodes'#2463
Merged
tlfeng merged 18 commits intoopensearch-project:mainfrom Mar 18, 2022
Conversation
…er.initial_cluster_manager_nodes Signed-off-by: Tianli Feng <ftianli@amazon.com>
Collaborator
|
Can one of the admins verify this patch? |
Closed
12 tasks
added 2 commits
March 14, 2022 13:31
…r_nodes Signed-off-by: Tianli Feng <ftianli@amazon.com>
Signed-off-by: Tianli Feng <ftianli@amazon.com>
Contributor
Author
|
In log 3358: |
45ae584 to
7b09e6c
Compare
Signed-off-by: Tianli Feng <ftianli@amazon.com>
7b09e6c to
04ced0d
Compare
Collaborator
|
❌ Gradle Check failure 7b09e6c539ee08cd3e1701c441d2725a95fd3d88 |
Signed-off-by: Tianli Feng <ftianli@amazon.com>
Contributor
Author
|
In log 3364: It's reported in issue #1703 |
Contributor
Author
|
start gradle check |
Contributor
Author
|
In log 3382: It's tracked in issue #2440 |
…ter-node Signed-off-by: Tianli Feng <ftianli@amazon.com>
added 4 commits
March 15, 2022 20:17
Signed-off-by: Tianli Feng <ftianli@amazon.com>
Signed-off-by: Tianli Feng <ftianli@amazon.com>
Signed-off-by: Tianli Feng <ftianli@amazon.com>
Signed-off-by: Tianli Feng <ftianli@amazon.com>
Contributor
Author
|
In log 3431: It's reported in issue #1703 |
added 3 commits
March 16, 2022 11:49
Signed-off-by: Tianli Feng <ftianli@amazon.com>
Signed-off-by: Tianli Feng <ftianli@amazon.com>
…ter-node Signed-off-by: Tianli Feng <ftianli@amazon.com> # Conflicts: # test/framework/src/main/java/org/opensearch/test/InternalTestCluster.java
kartg
approved these changes
Mar 16, 2022
added 2 commits
March 16, 2022 16:52
…ter-node Signed-off-by: Tianli Feng <ftianli@amazon.com>
…ster_nodes into an error message of BootstrapChecks Signed-off-by: Tianli Feng <ftianli@amazon.com>
added 2 commits
March 17, 2022 00:38
Signed-off-by: Tianli Feng <ftianli@amazon.com>
Signed-off-by: Tianli Feng <ftianli@amazon.com>
Merged
5 tasks
This was referenced Apr 5, 2022
This was referenced Sep 13, 2022
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
cluster.initial_cluster_manager_nodes, aims to replace the existingcluster.initial_master_nodescluster.initial_master_nodesas the fallback to the new settingcluster.initial_master_nodesReference: commit 63c75d1 / PR #2221
Deprecation notice:
With the built-in deprecation logger of OpenSearch (code), the following message will be recorded in the log files:
In logs/opensearch_deprecation.log:
[2022-03-07T20:48:57,158][DEPRECATION][o.o.d.c.s.Settings ] [ip-100-00-00-000] [cluster.initial_master_nodes] setting was deprecated in OpenSearch and will be removed in a future release! See the breaking changes documentation for the next major version.In logs/opensearch_deprecation.json:
{"type": "deprecation", "timestamp": "2022-03-07T20:48:57,158Z", "level": "DEPRECATION", "component": "o.o.d.c.s.Settings", "cluster.name": "opensearch", "node.name": "ip-100-00-00-000", "message": "[cluster.initial_master_nodes] setting was deprecated in OpenSearch and will be removed in a future release! See the breaking changes documentation for the next major version." }Issues Resolved
Part of #1549
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.