chia7712 commented on code in PR #20617:
URL: https://github.com/apache/kafka/pull/20617#discussion_r2406579808
##########
jmh-benchmarks/src/main/java/org/apache/kafka/jmh/log/TestLinearWriteSpeed.java:
##########
@@ -298,9 +237,13 @@ public void close() throws IOException {
static class LogWritable implements Writable {
MemoryRecords messages;
UnifiedLog log;
+ Compression compression;
+ List<SimpleRecord> recordsList;
Review Comment:
Could you please convert it to array type to avoid creating many array?
--
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]