You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ju...@apache.org on 2021/03/31 00:32:43 UTC

[kafka] branch trunk updated (0189298 -> b35704a)

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

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


    from 0189298  KAFKA-12288: remove task-level filesystem locks (#10342)
     add b35704a  KAFKA-12571: Eliminate LeaderEpochFileCache constructor dependency on logEndOffset (#10426)

No new revisions were added by this update.

Summary of changes:
 core/src/main/scala/kafka/log/Log.scala            |   4 +-
 .../kafka/server/epoch/LeaderEpochFileCache.scala  |   9 +-
 .../test/scala/unit/kafka/log/LogSegmentTest.scala |   2 +-
 .../server/epoch/LeaderEpochFileCacheTest.scala    | 118 +++++++++++----------
 4 files changed, 70 insertions(+), 63 deletions(-)