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


##########
hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto:
##########
@@ -1678,6 +1681,13 @@ message SnapshotDiffRequest {
   required string toSnapshot = 4;
 }
 
+message DeleteSnapshotRequest {
+  optional string volumeName = 1;
+  optional string bucketName = 2;
+  optional string snapshotName = 3;
+  optional uint64 deletionTime = 4;

Review Comment:
   `deletionTime` is here to be synced across OMs. Otherwise the deletionTime 
in the SnapshotInfo entry for a snapshot won't be guaranteed synced if each OM 
generates the timestamp themselves.



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