-
Notifications
You must be signed in to change notification settings - Fork 592
HDDS-4219. Revisit 'static' nature of OM Layout Version Manager. #1773
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
|
Hi @avijayanhwx thank you for working on this one, the changes look good to me. One thing I would note is the missing newline at the end of the HDDSLayoutFeature class, other than that it looks good to me. |
Thanks for the review @fapifta. Based on offline review, I have further simplified the HDDS actions. PTAL |
fapifta
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
|
Failed test in CI (TestSCMRestart) was fixed in HDDS-4679. |
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 LGTM, super like the fact that we have moved away from static initializers avoiding need for test instrumentation, we should document best practices for Ozone based on such refactors.
What changes were proposed in this pull request?
What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-4219
How was this patch tested?
Unit testing.