aswinshakil commented on code in PR #4244:
URL: https://github.com/apache/ozone/pull/4244#discussion_r1129934475


##########
hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto:
##########
@@ -1701,6 +1704,18 @@ message DeleteSnapshotRequest {
   optional uint64 deletionTime = 4;
 }
 
+message SnapshotMoveDeletedKeysRequest {
+  optional SnapshotInfo fromSnapshot = 1;
+  optional SnapshotInfo nextSnapshot = 2;
+  repeated SnapshotMoveKeyInfos activeDBKeys = 3;
+  repeated SnapshotMoveKeyInfos nextDBKeys = 4;

Review Comment:
   `activeDBKeys` are keys that should be moved to active db's `deletedTable`. 
`nextDBKeys` are keys that should be moved to nextSnapshot's `deletedTable`



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