-
Notifications
You must be signed in to change notification settings - Fork 588
HDDS-6476. Support FSO in OMOpenKeysDeleteRequest and Response #3233
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
...ne-manager/src/main/java/org/apache/hadoop/ozone/om/request/key/OMOpenKeysDeleteRequest.java
Outdated
Show resolved
Hide resolved
...ne-manager/src/main/java/org/apache/hadoop/ozone/om/request/key/OMOpenKeysDeleteRequest.java
Outdated
Show resolved
Hide resolved
...ne-manager/src/main/java/org/apache/hadoop/ozone/om/request/key/OMOpenKeysDeleteRequest.java
Outdated
Show resolved
Hide resolved
...ne-manager/src/main/java/org/apache/hadoop/ozone/om/request/key/OMOpenKeysDeleteRequest.java
Outdated
Show resolved
Hide resolved
|
Thanks @rakeshadr for the review. I have rebased it to master. I'm thinking of handling legacy keys and FSO keys in different requests. EDIT: Yes we can improve it since HDDS-6523 has been merged. |
a3501e4 to
3f18975
Compare
|
Since HDDS-6556 is still under discussion, let's keep pushing open key cleanup service forward. |
|
LGTM |
errose28
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.
hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto
Outdated
Show resolved
Hide resolved
...ne-manager/src/main/java/org/apache/hadoop/ozone/om/request/key/OMOpenKeysDeleteRequest.java
Outdated
Show resolved
Hide resolved
...anager/src/test/java/org/apache/hadoop/ozone/om/request/key/TestOMOpenKeysDeleteRequest.java
Outdated
Show resolved
Hide resolved
|
I have updated this PR since HDDS-6491 has been merged, please take another look @errose28 @rakeshadr @captainzmc. |
...ne-manager/src/main/java/org/apache/hadoop/ozone/om/request/key/OMOpenKeysDeleteRequest.java
Show resolved
Hide resolved
captainzmc
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 the change looks good.
|
Thanks @kaijchen for the patch and thanks @errose28 @rakeshadr @kerneltime for the review. Let's merge this and keep pushing open key cleanup service forward. |
|
Thanks @captainzmc @errose28 @rakeshadr for the review. |
…e#3233) * Support FSO keys in OpenKeysDeleteRequest
What changes were proposed in this pull request?
Support FSO bucket in OMOpenKeysDeleteRequest and Response.
OpenKeyBucketproto changed in HDDS-6491.OMOpenKeysDeleteRequest/Responseto support deleting keys in OpenFileTable.What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-6476
How was this patch tested?
Unit tests.