Tejaskriya commented on code in PR #6751:
URL: https://github.com/apache/ozone/pull/6751#discussion_r1624039318
##########
hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto:
##########
@@ -1301,9 +1301,16 @@ message DeleteKeyArgs {
repeated string keys = 3;
}
+message DeleteKeyErrors {
+ required string key = 1;
+ required string errorCode = 2;
+ required string errorMsg = 3;
Review Comment:
Thanks for sharing this! I have made the changes in the recent commits pushed
--
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]