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


##########
hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto:
##########
@@ -1401,9 +1403,12 @@ message DeleteKeyResponse {
 }
 
 message DeletedKeys {
-    required string volumeName = 1 [deprecated = true];
-    required string bucketName = 2 [deprecated = true];
+    required string volumeName = 1;
+    required string bucketName = 2;
     repeated string keys = 3;
+    optional uint64 purgedBytes = 4;
+    optional uint64 purgedNamespace = 5;
+

Review Comment:
   nit: extra line
   ```suggestion
   ```



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