ChenSammi commented on code in PR #3691:
URL: https://github.com/apache/ozone/pull/3691#discussion_r1122584063
##########
hadoop-hdds/interface-client/src/main/proto/hdds.proto:
##########
@@ -458,4 +458,11 @@ message TransferLeadershipRequestProto {
}
message TransferLeadershipResponseProto {
+}
+
+message DeletedBlocksTransactionInfo {
+ optional int64 txID = 1;
+ optional int64 containerID = 2;
+ repeated int64 localID = 3;
+ optional int32 count = 4;
Review Comment:
@Xushaohong , there is a DeletedBlocksTransaction defined in
StorageContainerDatanodeProtocolProtos, which has the same fields as this one.
Could we use that directly?
--
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]