chia7712 commented on code in PR #20349: URL: https://github.com/apache/kafka/pull/20349#discussion_r2273963415
########## jmh-benchmarks/src/main/java/org/apache/kafka/jmh/log/TestLinearWriteSpeed.java: ########## @@ -143,6 +143,7 @@ public static void main(String[] args) throws Exception { int compressionLevel = options.valueOf(compressionLevelOpt); setupCompression(compressionType, compressionBuilder, compressionLevel); Review Comment: The default level is zero in this tool, which may be incompatible with some compression algorithms. Could you please fix it as well? -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org