Is your feature request related to a problem? Please describe.
Replace "master" terminology in the code base, but only the places that won't impact the backwards compatibility.
A part of #472
Describe the solution you'd like
Replace all the "master" terminology in the following location:
- "master branch" in documents
- code comments
- internal variable, method and class names
Any APIs or configurations will not be impacted.
Directories:
The issue to track "master" word in Log messages: #2539
There are 3 usages with "master" terminology in server directory that need to be replaced in caution:
Describe alternatives you've considered
None.
Additional context
None.
Is your feature request related to a problem? Please describe.
Replace "master" terminology in the code base, but only the places that won't impact the backwards compatibility.
A part of #472
Describe the solution you'd like
Replace all the "master" terminology in the following location:
Any APIs or configurations will not be impacted.
Directories:
The issue to track "master" word in Log messages: #2539
There are 3 usages with "master" terminology in
serverdirectory that need to be replaced in caution:_BECOME_MASTER_TASK_https://github.com/opensearch-project/OpenSearch/blob/1.3.1/server/src/main/java/org/opensearch/cluster/coordination/JoinTaskExecutor.java#L107 (PR: Rename BecomeMasterTask to BecomeClusterManagerTask in JoinTaskExecutor #3099)_must_join_elected_master_https://github.com/opensearch-project/OpenSearch/blob/1.3.1/server/src/main/java/org/opensearch/cluster/coordination/CoordinationMetadata.java#L354 (PR: Rename reserved node id '_must_join_elected_master_' to '_must_join_elected_cluster_manager_' that used by in DetachClusterCommand #3116)no masterhttps://github.com/opensearch-project/OpenSearch/blob/1.3.1/server/src/main/java/org/opensearch/cluster/coordination/NoMasterBlockService.java#L48 (PR: Rename ClusterBlock description 'no master' to 'no cluster-manager' #3133)Describe alternatives you've considered
None.
Additional context
None.