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 2019/11/09 03:35:58 UTC

[kafka] branch trunk updated (4deb806 -> 92dd337)

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 4deb806  KAFKA-9098: When users name repartition topic, use the name for the repartition filter, source and sink node. (#7598)
     add 92dd337  KAFKA-9133; Cleaner should handle log start offset larger than active segment base offset (#7662)

No new revisions were added by this update.

Summary of changes:
 core/src/main/scala/kafka/log/Log.scala            | 10 +--
 core/src/main/scala/kafka/log/LogCleaner.scala     | 13 +--
 .../main/scala/kafka/log/LogCleanerManager.scala   | 43 +++++++---
 .../unit/kafka/log/LogCleanerIntegrationTest.scala |  4 +-
 .../unit/kafka/log/LogCleanerManagerTest.scala     | 99 ++++++++++++++++------
 core/src/test/scala/unit/kafka/log/LogTest.scala   |  1 +
 6 files changed, 111 insertions(+), 59 deletions(-)