You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2020/04/25 20:55:47 UTC

[kafka] branch trunk updated (99b8b51 -> cfc34ca)

This is an automated email from the ASF dual-hosted git repository.

ijuma pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.


    from 99b8b51  MINOR: Remove unused foreign-key join class (#8547)
     add cfc34ca  MINOR: reduce allocations in log start and recovery checkpoints (#8467)

No new revisions were added by this update.

Summary of changes:
 core/src/main/scala/kafka/log/LogManager.scala             | 14 +++++++++++---
 core/src/main/scala/kafka/utils/Pool.scala                 |  4 ++++
 ...hwatermarkCheckpointBench.java => CheckpointBench.java} | 10 ++++++++--
 3 files changed, 23 insertions(+), 5 deletions(-)
 rename jmh-benchmarks/src/main/java/org/apache/kafka/jmh/server/{HighwatermarkCheckpointBench.java => CheckpointBench.java} (97%)