-
Notifications
You must be signed in to change notification settings - Fork 587
HDDS-8649. Remove duplicate helper methods getDBMultipartOpenKey() #6057
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
swamirishi
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 for the patch @ceekay47. I have a few nitpicky comments, otherwise the changes look overall good to me.
...ne-manager/src/main/java/org/apache/hadoop/ozone/om/request/util/OMMultipartUploadUtils.java
Outdated
Show resolved
Hide resolved
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/KeyManagerImpl.java
Outdated
Show resolved
Hide resolved
sumitagrawl
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.
@ceekay47 LGTM
swamirishi
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 for the patch @ceekay47. Congrats on your first patch to the project. LGTM
…pache#6057) (cherry picked from commit 422df39)
…pache#6057) (cherry picked from commit 422df39)
…pache#6057) (cherry picked from commit 422df39)
What changes were proposed in this pull request?
This PR removes duplicate
getDBMultipartOpenKey()helper methods in the code.There are a number of helper methods for computing the key name of a multipart upload file. This PR defines a new method
getMultipartKeyFSOinOMMetadataManagerto consolidate these methods.What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-8649
How was this patch tested?
Workflow run on the fork git repo.