ivanzlenko commented on code in PR #8308: URL: https://github.com/apache/ozone/pull/8308#discussion_r2055476406
########## hadoop-hdds/container-service/src/test/java/org/apache/hadoop/ozone/container/common/ScmTestMock.java: ########## @@ -73,6 +73,7 @@ public ScmTestMock(String clusterId) { this.clusterId = clusterId; this.scmId = UUID.randomUUID().toString(); } + Review Comment: This is a checkstyle "bug" introduced in previous commit for container-service module ########## hadoop-hdds/container-service/src/test/java/org/apache/hadoop/ozone/container/keyvalue/ContainerTestVersionInfo.java: ########## @@ -57,6 +57,7 @@ public class ContainerTestVersionInfo { } private final String schemaVersion; + Review Comment: done ########## hadoop-hdds/erasurecode/src/test/java/org/apache/ozone/erasurecode/rawcoder/RawErasureCoderBenchmark.java: ########## @@ -46,21 +46,20 @@ */ public final class RawErasureCoderBenchmark { - private RawErasureCoderBenchmark() { - // prevent instantiation - } - // target size of input data buffer private static final int TARGET_BUFFER_SIZE_MB = 126; - private static final int MAX_CHUNK_SIZE = - TARGET_BUFFER_SIZE_MB / BenchData.NUM_DATA_UNITS * 1024; Review Comment: done -- 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