-
Notifications
You must be signed in to change notification settings - Fork 49
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
Change the "Master" nomenclature #99
Comments
Closing this issue as the changes are merged |
I see methods like |
@dblock That's correct. Line 20 in 1c28a08
The rename is tracked in issue opensearch-project/OpenSearch#1684. It will be ready before OpenSearch 3.0 and I will complete in advance and keep update. If the issue is used for pending items for 2.0 release, then the issue is resolved. |
I've removed the 2.0 label in favor of 2.1 for the remaining work. |
@tlfeng I see that opensearch-project/OpenSearch#1684 is still open |
changed label to v3.0.0 as there are no 2.1 related master deprecation items for the plugin |
Java APIs completed and released on 2.2. |
@dhruv16dhr anything remaining? can you close the issue? |
Is your feature request related to a problem? Please describe.
OpenSearch repository is going to replace the terminology "master"with "cluster manager".
issue: opensearch-project/OpenSearch#472 (comment), with the plan for its terminology replacement.
Although the existing usages with "master" will be supported in OpenSearch version 2.x to keep the backwards compatibility, please prepare for the nomenclature change in advance, and replace all the usages with "master" terminology in the code base.
All the OpenSearch REST APIs and settings that contain "master" terminology will be deprecated in 2.0, and alternative usages will be added.
Describe the solution you'd like
Replace the terminology "master" with "cluster manager".
When being compatible with OpenSearch 2.0:
replace "master_timeout" with "cluster_manager_timeout"
When being compatible with OpenSearch 3.0:
(new APIs are available in version 2.2)
clusterManagerNodeId()
CLUSTER_MANAGER_ROLE
localNodeClusterManager()
Describe alternatives you've considered
None.
Additional context
The text was updated successfully, but these errors were encountered: