-
Notifications
You must be signed in to change notification settings - Fork 953
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
[Deprecation] Deprecate master nodes and replace with cluster_manager nodes #1761
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1761 +/- ##
=======================================
Coverage 67.51% 67.51%
=======================================
Files 3073 3073
Lines 59069 59069
Branches 8963 8963
=======================================
Hits 39881 39881
Misses 17005 17005
Partials 2183 2183
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor issue regarding cluster state metric
@@ -28,7 +28,7 @@ | |||
"metrics": [ | |||
"_all", | |||
"blocks", | |||
"master_node", | |||
"cluster_manager_node", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think cluster state metrics still have master_node, just deprecated. It will be removed at 3.0. Do we want to keep both to match OpenSearch?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good call! Updated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
If you want to rebase then BWC should work again @manasvinibs |
… nodes As part of the meta issue opensearch-project/OpenSearch#2589 to track the plan and progress of applying inclusive naming across OpenSearch Repositories Issue - opensearch-project#1688 Signed-off-by: manasvinibs <manasvis@amazon.com>
… nodes (#1761) As part of the meta issue opensearch-project/OpenSearch#2589 to track the plan and progress of applying inclusive naming across OpenSearch Repositories Issue - #1688 Signed-off-by: manasvinibs <manasvis@amazon.com> (cherry picked from commit 6aba08a)
… nodes (#1761) As part of the meta issue opensearch-project/OpenSearch#2589 to track the plan and progress of applying inclusive naming across OpenSearch Repositories Issue - #1688 Signed-off-by: manasvinibs <manasvis@amazon.com> (cherry picked from commit 6aba08a) Signed-off-by: Manasvini B Suryanarayana <manasvis@amazon.com>
… nodes (#1761) (#1779) As part of the meta issue opensearch-project/OpenSearch#2589 to track the plan and progress of applying inclusive naming across OpenSearch Repositories Issue - #1688 Signed-off-by: manasvinibs <manasvis@amazon.com> (cherry picked from commit 6aba08a) Signed-off-by: Manasvini B Suryanarayana <manasvis@amazon.com> Co-authored-by: Manasvini B Suryanarayana <manasvis@amazon.com>
Signed-off-by: manasvinibs manasvis@amazon.com
Description
As part of the meta issue opensearch-project/OpenSearch#2589 to track the plan and progress of applying inclusive naming across OpenSearch Repositories.
In this change we are replacing the instance of 'master' node with 'cluster_manager'.
Issues Resolved
#1688
Check List
yarn test:jest
yarn test:jest_integration
yarn test:ftr