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

HDDS-10415. Remove duplicate HA MiniOzoneCluster factory method #6261

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

adoroszlai
Copy link
Contributor

What changes were proposed in this pull request?

MiniOzoneCluster has two factory methods for MiniOzoneHAClusterImpl.Builder:

  • newHABuilder
  • newOMHABuilder

Previously these returned different implementations. newOMHABuilder is no longer necessary.

https://issues.apache.org/jira/browse/HDDS-10415

How was this patch tested?

Existing tests (refactoring).

CI:
https://github.com/adoroszlai/ozone/actions/runs/8017832156

@adoroszlai adoroszlai added test code-cleanup Changes that aim to make code better, without changing functionality. labels Feb 23, 2024
@adoroszlai adoroszlai self-assigned this Feb 23, 2024
Copy link
Contributor

@nandakumar131 nandakumar131 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks @adoroszlai for working on this.

@nandakumar131 nandakumar131 merged commit 1b48186 into apache:master Feb 26, 2024
26 checks passed
@adoroszlai adoroszlai deleted the HDDS-10415 branch February 26, 2024 08:35
@adoroszlai
Copy link
Contributor Author

Thanks @nandakumar131 for reviewing and merging this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code-cleanup Changes that aim to make code better, without changing functionality. test
Projects
None yet
2 participants