ChenSammi commented on code in PR #9403:
URL: https://github.com/apache/ozone/pull/9403#discussion_r2579857353


##########
hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto:
##########
@@ -1365,6 +1365,13 @@ message DeleteKeyRequest {
 
 message DeleteKeysRequest {
     optional DeleteKeyArgs deleteKeys = 1;
+    optional RequestSource sourceType = 2 [default = USER];
+}
+
+enum RequestSource {
+  USER = 1;
+  RETENTION = 2;

Review Comment:
   Can wen change the RETENTION to LIFECYCLE? 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to