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

rename master to cluster_manager commit_4 #210

Closed

Conversation

kaushalmahi12
Copy link
Contributor

Signed-off-by: Kaushal Kumar kshkmr@amazon.com

Is your feature request related to a problem? Please provide an existing Issue # , or describe.
Master Nomenclature Issue

Describe the solution you are proposing
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff

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.

This PR is one of few That I will create against the issue mentioned in the description. There is parent PR which is open but too long to review at once.

Signed-off-by: Kaushal Kumar <kshkmr@amazon.com>
Comment on lines +125 to +126
Paths.get(rcaEnabledFileLoc.toString(), "rca_cluster_manager.conf").toString(),
Paths.get(rcaEnabledFileLoc.toString(), "rca_elected_cluster_manager.conf")
Copy link
Contributor

Choose a reason for hiding this comment

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

note: these config files need to be renamed as well. Hopefully they are covered in the other PR's

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes

put(2, HostTag.STANDBY_MASTER_1);
put(0, HostTag.ELECTED_CLUSTER_MANAGER);
put(1, HostTag.STANDBY_CLUSTER_MANAGER_0);
put(2, HostTag.STANDBY_CLUSTER_1);
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: STANDBY_CLUSTER_MANAGER_1

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Noted. Will make the change

STANDBY_MASTER_1,
// The STANDBY_CLUSTER_MANAGER_X tags are only used in dedicated cluster_manager node clusters.
STANDBY_CLUSTER_MANAGER_0,
STANDBY_CLUSTER_1,
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: STANDBY_CLUSTER_MANAGER_1

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Noted. Will make the change

@kaushalmahi12
Copy link
Contributor Author

Leaving the parent PR open. Need to add bwc in parent PR post that parent PR will be merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants