ivandika3 commented on code in PR #8953:
URL: https://github.com/apache/ozone/pull/8953#discussion_r2312737283


##########
hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto:
##########
@@ -2390,7 +2390,7 @@ message LifecycleConfiguration {
   required string volume = 1;
   required string bucket = 2;
   required BucketLayoutProto bucketLayout = 3;
-  optional uint64 creationTime = 4;
+  required uint64 creationTime = 4;

Review Comment:
   Since we removed the `setCreationTime` in the client-side. Does this need to 
be `required`? 



-- 
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