-
Notifications
You must be signed in to change notification settings - Fork 57
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
rename master to cluster_manager commit_4 #210
Conversation
Signed-off-by: Kaushal Kumar <kshkmr@amazon.com>
Paths.get(rcaEnabledFileLoc.toString(), "rca_cluster_manager.conf").toString(), | ||
Paths.get(rcaEnabledFileLoc.toString(), "rca_elected_cluster_manager.conf") |
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.
note: these config files need to be renamed as well. Hopefully they are covered in the other PR's
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.
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); |
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.
nit: STANDBY_CLUSTER_MANAGER_1
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.
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, |
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.
nit: STANDBY_CLUSTER_MANAGER_1
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.
Noted. Will make the change
Leaving the parent PR open. Need to add bwc in parent PR post that parent PR will be merged. |
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
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.