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

[2.1] Revert renaming masterOperation() to clusterManagerOperation() #3682

Merged

Conversation

tlfeng
Copy link
Collaborator

@tlfeng tlfeng commented Jun 23, 2022

Description

Backport PR #3681 to 2.1 branch.

Restore all the abstract methods that deprecated and renamed in PR #3617 to its original appearance.
(The original files are: https://github.com/opensearch-project/OpenSearch/tree/2.0.1/server/src/main/java/org/opensearch/action/support/master).

  • Revert deprecating abstract method masterOperation() of class TransportClusterManagerNodeReadAction
  • Revert deprecating abstract method doMasterOperation() of class TransportClusterInfoAction
  • Remove the alternative methods clusterManagerOperation() and doClusterManagerOperation()

Issues Resolved

#3683

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.

@tlfeng tlfeng added backport PRs or issues specific to backporting features or enhancments bug Something isn't working backwards-compatibility v2.1.0 Issues and PRs related to version 2.1.0 labels Jun 23, 2022
@tlfeng tlfeng marked this pull request as ready for review June 23, 2022 22:53
@tlfeng tlfeng requested review from a team and reta as code owners June 23, 2022 22:53
@opensearch-ci-bot
Copy link
Collaborator

✅   Gradle Check success 792dd53
Log 6275

Reports 6275

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport PRs or issues specific to backporting features or enhancments backwards-compatibility bug Something isn't working v2.1.0 Issues and PRs related to version 2.1.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants