This is an automated email from the ASF dual-hosted git repository. chia7712 pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git
from dabde76ebf1 KAFKA-19477: Sticky Assignor JMH Benchmark (#20118) add 007fe6e92a7 KAFKA-19466 LogConcurrencyTest should close the log when the test completes (#20110) No new revisions were added by this update. Summary of changes: .../scala/unit/kafka/log/LogConcurrencyTest.scala | 191 ------------------- .../storage/internals/log/LogConcurrencyTest.java | 208 +++++++++++++++++++++ 2 files changed, 208 insertions(+), 191 deletions(-) delete mode 100644 core/src/test/scala/unit/kafka/log/LogConcurrencyTest.scala create mode 100644 storage/src/test/java/org/apache/kafka/storage/internals/log/LogConcurrencyTest.java