peterxcli commented on code in PR #8915: URL: https://github.com/apache/ozone/pull/8915#discussion_r2282692060
########## hadoop-hdds/interface-client/src/main/proto/DatanodeClientProtocol.proto: ########## @@ -541,6 +541,7 @@ message CopyContainerResponseProto { required bool eof = 4; required bytes data = 5; optional int64 checksum = 6; + optional uint64 actualContainerSize = 7; Review Comment: I think we dont need to emphasis "actual" here. ```suggestion optional uint64 size = 7; ``` or maybe replicateSize? -- 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org