smengcl commented on code in PR #5301:
URL: https://github.com/apache/ozone/pull/5301#discussion_r1328177794


##########
hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto:
##########
@@ -1815,6 +1818,16 @@ message SnapshotPurgeRequest {
   repeated string updatedSnapshotDBKey = 2;
 }
 
+message SnapshotUpdateSizeRequest {
+  repeated SnapshotSize snapshotSize = 1;
+}
+
+message SnapshotSize {

Review Comment:
   Actually. We can use `SnapshotInfo` directly if this is generalized into 
`SetProperty`.
   
   ~~Only those fields that are set in `SnapshotInfo` will be updated.~~ We 
should ask the caller to pass in the complete `SnapshotInfo` including all 
existing fields in its desired state.



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