aswinshakil commented on code in PR #5579:
URL: https://github.com/apache/ozone/pull/5579#discussion_r1408097264
##########
hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto:
##########
@@ -1879,15 +1880,16 @@ message SnapshotMoveKeyInfos {
message SnapshotPurgeRequest {
repeated string snapshotDBKeys = 1;
- repeated string updatedSnapshotDBKey = 2;
}
message SetSnapshotPropertyRequest {
- optional SnapshotProperty snapshotProperty = 1;
+ optional string snapshotKey = 1;
+ optional SnapshotSize snapshotSize = 2;
+ optional bool deepCleanedDeletedDir = 3;
+ optional bool deepCleanedDeletedKey = 4;
}
-message SnapshotProperty {
- optional string snapshotKey = 1;
+message SnapshotSize {
Review Comment:
We don't need to, This is just for better encapsulation of sizes.
--
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]