-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HDDS-1660 Use Picocli for Ozone Manager #925
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
Conversation
|
/label ozone |
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
… class when running OM commands
…anagerStarter script
…use the new method spec
…ng secure test failures.
…as causing secure test failures." This is because it appears to be the test which is broken rather than the refactored code. This reverts commit 021796b964ba05edd3c7458dad96b4f2ed2c919f.
|
💔 -1 overall
This message was automatically generated. |
|
There are two failing tests:
This passes locally on trunk and on the branch with this change.
This fails on trunk and on branch. I believe the test is broken by HDDS-1663, as it added the line: And the test passes a null scmManager into the constructor, leading to the null pointer exception. |
elek
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Thanks @sodonnel to fix this.
Tested and worked well. I can confirm that the unit test failures are independent.
Will merge it soon.
Author: Jagadish <[email protected]> Reviewers: Shanthoosh <[email protected]> Closes apache#925 from vjagadish1989/samza-2109
Replicate the changes made in HDDS-1622 for the StorageContainerManager to the Ozone Manager, so it also uses Picocli for the command line interface.