-
Notifications
You must be signed in to change notification settings - Fork 283
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
Rename cluster settings following new 2.x convention #1746
Conversation
The related issue blocking 2.0.0 has been fixed in OpenSearch core. This change can be a part of other inclusive renaming changes later in future release. |
Previously the setting was `cluster.initial_master_nodes` and has since changed to `cluster.initial_cluster_manager_nodes`. This was causing issues due to a bug in the fallback method that has been fixed in OpenSearch, but getting ahead of this change before its needed. See related opensearch-project/OpenSearch#2779 Signed-off-by: Peter Nied <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #1746 +/- ##
============================================
- Coverage 60.42% 60.42% -0.01%
Complexity 3197 3197
============================================
Files 253 253
Lines 18093 18092 -1
Branches 3245 3245
============================================
- Hits 10933 10932 -1
Misses 5579 5579
Partials 1581 1581
Continue to review full report at Codecov.
|
Following this comment we might wan to reassess merging this PR for 2.0 |
@davidlago Was this still up for consideration in the 2.0.0 release? As we are past the code freeze deadline it seems like this should be merged into the 2.X branch for the next release train. |
|
@opensearch-project/security Since we've diverged into a 2.0 branch, lets see about merging this pull request |
…ect#1746) Previously the setting was `cluster.initial_master_nodes` and has since changed to `cluster.initial_cluster_manager_nodes`. This was causing issues due to a bug in the fallback method that has been fixed in OpenSearch, but getting ahead of this change before its needed. See related opensearch-project/OpenSearch#2779 Signed-off-by: Peter Nied <[email protected]>
Description
Previously the setting was
cluster.initial_master_nodes
and has sincechanged to
cluster.initial_cluster_manager_nodes
. This was causingissues due to a bug in the fallback method that has been fixed in
OpenSearch, but getting ahead of this change before its needed.
Issues
See related opensearch-project/OpenSearch#2779
Check List
New functionality includes testingNew functionality has been documentedBy 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.