-
Notifications
You must be signed in to change notification settings - Fork 587
HDDS-4321. Fix compilation errors : merge HDDS-4308 and HDDS-4473 changes into the branch #1668
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
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/KeyManagerImpl.java
Show resolved
Hide resolved
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.
Besides @mukul1987 's comment, volume quota change in OMFileCreateResponseV1 also needed to update,OMFileCreateResponseV1.java#L82
Thanks @linyiqun for the comment. Will update it. |
...ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/key/OMKeyDeleteRequestV1.java
Show resolved
Hide resolved
bharatviswa504
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
|
As this is blocking further PR's and it is only a compilation issue fix, and anyway, quota will be revisited, I am fine with this PR going in. |
|
Thanks @mukul1987 , @linyiqun , @bharatviswa504 for the reviews. I will merge it. |
What changes were proposed in this pull request?
This is to fix compilation errors by merging HDDS-4308 and HDDS-4473 changes to the branch.
Need to revisit all the newly created "*RequestV1.java" and "*ResponseV1.java" classes and incorporate HDDS-4308 changes into it. Also, KeyManagerImpl class.
What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-4321
How was this patch tested?
Existing V1 UT cases.