-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate setting 'cluster.initial_master_nodes' and introduce the alternative setting 'cluster.initial_cluster_manager_nodes' #2463
Merged
tlfeng
merged 18 commits into
opensearch-project:main
from
tlfeng:setting-initial-master-node
Mar 18, 2022
Merged
Deprecate setting 'cluster.initial_master_nodes' and introduce the alternative setting 'cluster.initial_cluster_manager_nodes' #2463
tlfeng
merged 18 commits into
opensearch-project:main
from
tlfeng:setting-initial-master-node
Mar 18, 2022
Conversation
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
…er.initial_cluster_manager_nodes Signed-off-by: Tianli Feng <[email protected]>
Can one of the admins verify this patch? |
tlfeng
added
enhancement
Enhancement or improvement to existing feature or request
v2.0.0
Version 2.0.0
documentation pending
Tracks issues which have PRs merged but documentation changes pending
labels
Mar 14, 2022
Closed
12 tasks
…r_nodes Signed-off-by: Tianli Feng <[email protected]>
Signed-off-by: Tianli Feng <[email protected]>
In log 3358:
|
tlfeng
force-pushed
the
setting-initial-master-node
branch
from
March 14, 2022 21:13
45ae584
to
7b09e6c
Compare
Signed-off-by: Tianli Feng <[email protected]>
tlfeng
force-pushed
the
setting-initial-master-node
branch
from
March 14, 2022 21:16
7b09e6c
to
04ced0d
Compare
❌ Gradle Check failure 7b09e6c539ee08cd3e1701c441d2725a95fd3d88 |
Signed-off-by: Tianli Feng <[email protected]>
In log 3364:
It's reported in issue #1703 |
start gradle check |
In log 3382:
It's tracked in issue #2440 |
…ter-node Signed-off-by: Tianli Feng <[email protected]>
Signed-off-by: Tianli Feng <[email protected]>
Signed-off-by: Tianli Feng <[email protected]>
Signed-off-by: Tianli Feng <[email protected]>
Signed-off-by: Tianli Feng <[email protected]>
In log 3431:
It's reported in issue #1703 |
Signed-off-by: Tianli Feng <[email protected]>
Signed-off-by: Tianli Feng <[email protected]>
…ter-node Signed-off-by: Tianli Feng <[email protected]> # Conflicts: # test/framework/src/main/java/org/opensearch/test/InternalTestCluster.java
kartg
approved these changes
Mar 16, 2022
…ter-node Signed-off-by: Tianli Feng <[email protected]>
…ster_nodes into an error message of BootstrapChecks Signed-off-by: Tianli Feng <[email protected]>
Signed-off-by: Tianli Feng <[email protected]>
Signed-off-by: Tianli Feng <[email protected]>
Merged
5 tasks
This was referenced Apr 5, 2022
This was referenced Sep 13, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
documentation pending
Tracks issues which have PRs merged but documentation changes pending
enhancement
Enhancement or improvement to existing feature or request
v2.0.0
Version 2.0.0
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_nodes
cluster.initial_master_nodes
as the fallback to the new settingcluster.initial_master_nodes
Reference: 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.