ChenSammi commented on code in PR #9272:
URL: https://github.com/apache/ozone/pull/9272#discussion_r2513206636


##########
hadoop-hdds/interface-server/src/main/proto/ScmServerDatanodeHeartbeatProtocol.proto:
##########
@@ -366,9 +366,9 @@ message DeletedBlocksTransaction {
   required int64 txID = 1;
   required int64 containerID = 2;
   repeated int64 localID = 3;
-  // the retry time of sending deleting command to datanode.
-  // We don't have to store the retry count in DB.
-  optional int32 count = 4 [deprecated=true];

Review Comment:
   Although it's deprecated, we should keep the field for compatibility 
purpose. 



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