smengcl commented on code in PR #4244:
URL: https://github.com/apache/ozone/pull/4244#discussion_r1106485774
##########
hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto:
##########
@@ -1691,6 +1694,18 @@ message DeleteSnapshotRequest {
optional uint64 deletionTime = 4;
}
+message SnapshotMoveDeletedKeysRequest {
+ required SnapshotInfo fromSnapshot = 1;
Review Comment:
```suggestion
optional SnapshotInfo fromSnapshot = 1;
```
--
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]