yandrey321 commented on code in PR #10764: URL: https://github.com/apache/ozone/pull/10764#discussion_r3763196580
########## hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/keyvalue/KeyValueHandler.java: ########## @@ -2225,30 +2225,41 @@ private long readBlockImpl(ContainerCommandRequestProto request, RandomAccessFil static List<ByteString> getChecksums(long blockOffset, int readLength, int bytesPerChunk, int bytesPerChecksum, Review Comment: bytesPerChunk is unused in the new implementation -- 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]
