ChenSammi commented on code in PR #9272:
URL: https://github.com/apache/ozone/pull/9272#discussion_r2525764291
##########
hadoop-hdds/interface-client/src/main/proto/hdds.proto:
##########
@@ -514,6 +514,14 @@ message DeletedBlocksTransactionInfo {
optional int32 count = 4;
}
+message DeletedBlocksTransactionSummary {
+ optional int64 firstTxID = 1; // starting ID of transaction to be counted
into summary
Review Comment:
It's used to detect old transaction or new transaction, it's required.
--
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]