-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate public methods and variables that contain 'master' terminol…
…ogy in 'client' directory (#3966) (#3981) To support inclusive language, the `master` terminology is going to be replaced by `cluster manager` in the code base. This PR deprecate public and protected methods/variable that contains `master` terminology in the name in client directory, and create alternatives. List of public methods to be renamed in client directory: ``` public void setMasterTimeout(TimeValue clusterManagerTimeout) public TimeValue masterNodeTimeout() public TimeValue getMasterNodeTimeout() public void setMasterNodeTimeout(@nullable TimeValue clusterManagerNodeTimeout) public void setMasterNodeTimeout(String clusterManagerNodeTimeout) public boolean isMasterEligible() ``` List of public variables to be renamed in client directory: ``` public static final TimeValue DEFAULT_MASTER_NODE_TIMEOUT ``` Signed-off-by: Tianli Feng <ftianli@amazon.com>
- Loading branch information
Tianli Feng
authored
Jul 26, 2022
1 parent
00a5a16
commit 257e3b8
Showing
13 changed files
with
165 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.