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 2021/02/26 22:42:09 UTC

[kafka] branch trunk updated (02226fa -> 068d8fe)

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 02226fa  MINOR: disable test_produce_bench_transactions for Raft metadata quorum (#10222)
     add 068d8fe  KAFKA-10101: Fix edge cases in Log.recoverLog and LogManager.loadLogs (#8812)

No new revisions were added by this update.

Summary of changes:
 core/src/main/scala/kafka/log/Log.scala          | 46 +++++++++++++++++-------
 core/src/main/scala/kafka/log/LogManager.scala   |  2 +-
 core/src/test/scala/unit/kafka/log/LogTest.scala |  6 +++-
 3 files changed, 39 insertions(+), 15 deletions(-)