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 2020/11/02 21:13:50 UTC

[kafka] branch trunk updated (236d7dc -> be4c452)

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 236d7dc  KAFKA-10669: Make CurrentLeaderEpoch field ignorable and set MaxNumOffsets field default to 1
     add be4c452  KAFKA-10471 Mark broker crash during log loading as unclean shutdown (#9364)

No new revisions were added by this update.

Summary of changes:
 core/src/main/scala/kafka/log/Log.scala          |  21 ++-
 core/src/main/scala/kafka/log/LogManager.scala   |  30 ++--
 core/src/test/scala/unit/kafka/log/LogTest.scala | 188 ++++++++++++++---------
 3 files changed, 144 insertions(+), 95 deletions(-)