ChenSammi commented on code in PR #8875:
URL: https://github.com/apache/ozone/pull/8875#discussion_r2250910215
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/audit/OMAction.java:
##########
@@ -113,7 +113,11 @@ public enum OMAction implements AuditAction {
GET_OBJECT_TAGGING,
PUT_OBJECT_TAGGING,
- DELETE_OBJECT_TAGGING;
+ DELETE_OBJECT_TAGGING,
+
+ READ_LIFECYCLE_CONFIGURATION,
Review Comment:
READ_LIFECYCLE_CONFIGURATION -> GET_LIFECYCLE_CONFIGURATION
CREATE_LIFECYCLE_CONFIGURATION -> SET_LIFECYCLE_CONFIGURATION
##########
hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto:
##########
@@ -156,6 +156,9 @@ enum Type {
PutObjectTagging = 140;
GetObjectTagging = 141;
DeleteObjectTagging = 142;
+ CreateLifecycleConfiguration = 150;
+ InfoLifecycleConfiguration = 151;
Review Comment:
Can we rename InfoLifecycleConfiguration to GetLifecycleConfiguration, and
CreateLifecycleConfiguration to SetLifecycleConfiguration? and later request
and response.
--
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]