-
Notifications
You must be signed in to change notification settings - Fork 590
HDDS-5385. [FSO] Remove ozone.om.metadata.layout config in OM #2887
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
rakeshadr
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.
Thanks @JyotinderSingh for the good work. Added few comments, please go through it.
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/admin/nssummary/NSSummaryAdmin.java
Outdated
Show resolved
Hide resolved
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/admin/nssummary/NSSummaryCLIUtils.java
Outdated
Show resolved
Hide resolved
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/admin/nssummary/NSSummaryAdmin.java
Outdated
Show resolved
Hide resolved
...ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestReadRetries.java
Outdated
Show resolved
Hide resolved
|
Thank you for the reviews @rakeshadr. I have addressed your comments in my latest commit. |
rakeshadr
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 LGTM, thanks @JyotinderSingh
Pending build CI
c4ac029 to
135eaeb
Compare
|
Thanks @JyotinderSingh for rebased the patch. We got a clean build and I'm merging the PR. |
What changes were proposed in this pull request?
This task is to remove the metadata layout config as bucket type will be an argument. Also, will define
ozone.bucket.type.defaultto handle a case where the user is not passing any args.What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-5385
How was this patch tested?
related integration tests