Skip to content
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

Merged
merged 1 commit into from
Jun 22, 2022

Conversation

manasvinibs
Copy link
Member

@manasvinibs manasvinibs commented Jun 17, 2022

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

  • New functionality includes testing.
    • All tests pass
      • yarn test:jest
      • yarn test:jest_integration
      • yarn test:ftr
  • New functionality has been documented.
  • Commits are signed per the DCO using --signoff

@manasvinibs manasvinibs requested a review from a team as a code owner June 17, 2022 21:05
@manasvinibs manasvinibs self-assigned this Jun 17, 2022
@codecov-commenter
Copy link

codecov-commenter commented Jun 17, 2022

Codecov Report

Merging #1761 (2262440) into main (9e508e7) will not change coverage.
The diff coverage is n/a.

@@           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           
Impacted Files Coverage Δ
src/plugins/console/public/lib/osd/osd.js 70.37% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9e508e7...2262440. Read the comment docs.

joshuarrrr
joshuarrrr previously approved these changes Jun 17, 2022
Copy link
Member

@joshuarrrr joshuarrrr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@ananzh ananzh left a 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",
Copy link
Member

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?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good call! Updated.

ananzh
ananzh previously approved these changes Jun 21, 2022
Copy link
Member

@ananzh ananzh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

joshuarrrr
joshuarrrr previously approved these changes Jun 21, 2022
@kavilla
Copy link
Member

kavilla commented Jun 22, 2022

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>
@joshuarrrr joshuarrrr requested a review from ananzh June 22, 2022 19:15
@manasvinibs manasvinibs requested a review from kavilla June 22, 2022 19:45
@manasvinibs manasvinibs merged commit 6aba08a into opensearch-project:main Jun 22, 2022
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jun 22, 2022
… 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)
kavilla pushed a commit that referenced this pull request Jun 23, 2022
… 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>
joshuarrrr pushed a commit that referenced this pull request Jun 23, 2022
… 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Deprecation] Deprecate master nodes and replace with cluster_manager nodes
5 participants