You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by li...@apache.org on 2018/10/05 00:04:48 UTC

[kafka] branch trunk updated (f2dd6aa -> 7ea0655)

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

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


    from f2dd6aa  KAFKA-7415; Persist leader epoch and start offset on becoming a leader (#5678)
     add 7ea0655  KAFKA-7441; Allow LogCleanerManager.resumeCleaning() to be used concurrently

No new revisions were added by this update.

Summary of changes:
 .../main/scala/kafka/log/LogCleanerManager.scala   | 72 +++++++++++++++-------
 core/src/main/scala/kafka/log/LogManager.scala     | 15 +++--
 .../unit/kafka/log/LogCleanerManagerTest.scala     | 62 +++++++++++++++----
 3 files changed, 110 insertions(+), 39 deletions(-)