ChenSammi commented on code in PR #8566:
URL: https://github.com/apache/ozone/pull/8566#discussion_r2199387110
##########
hadoop-hdds/interface-client/src/main/proto/hdds.proto:
##########
@@ -408,6 +409,12 @@ message BlockID {
optional uint64 blockCommitSequenceId = 2 [default = 0];
}
+message DeletedBlock {
+ required BlockID blockId = 1;
+ optional uint64 replicatedSize = 2 [default = 0];
+ optional uint64 unreplicatedSize = 3 [default = 0];
Review Comment:
unreplicatedSize -> size, and please switch the order of size and
replicatedSize.
Please don't use the unreplicated wording, just size.
--
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]