slfan1989 commented on code in PR #7009:
URL: https://github.com/apache/ozone/pull/7009#discussion_r1747885466


##########
hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/storage/ECBlockOutputStream.java:
##########
@@ -177,6 +185,24 @@ ContainerCommandResponseProto> executePutBlock(boolean 
close,
     return executePutBlock(close, force, blockGroupLength);
   }
 
+  private int calcEffectiveChunkSize(BlockData[] blockGroup,

Review Comment:
   Thank you for reviewing the code! The calculation method you suggested is 
feasible, and the code will become more concise. I will try to make the 
modifications.



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