You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jg...@apache.org on 2022/01/26 20:55:58 UTC

[kafka] branch trunk updated (dd58f81 -> e51ebb8)

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

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


    from dd58f81  KAFKA-13618: Fix typo in BatchAccumulator (#11715)
     add e51ebb8  MINOR: Convert LogLoader into a class (#11693)

No new revisions were added by this update.

Summary of changes:
 core/src/main/scala/kafka/log/LogLoader.scala      | 307 ++++++++++-----------
 core/src/main/scala/kafka/log/UnifiedLog.scala     |   5 +-
 .../unit/kafka/cluster/PartitionLockTest.scala     |   5 +-
 .../scala/unit/kafka/cluster/PartitionTest.scala   |   5 +-
 .../unit/kafka/log/LogCleanerManagerTest.scala     |   5 +-
 .../test/scala/unit/kafka/log/LogCleanerTest.scala |   5 +-
 .../test/scala/unit/kafka/log/LogLoaderTest.scala  |  28 +-
 .../unit/kafka/server/ReplicaManagerTest.scala     |   5 +-
 .../scala/unit/kafka/utils/SchedulerTest.scala     |   7 +-
 9 files changed, 185 insertions(+), 187 deletions(-)