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/09/27 16:50:50 UTC

[kafka] branch trunk updated (1af1c80 -> c6aeb5c)

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 1af1c80  MINOR: replace deprecated exactly_once_beta into exactly_once_v2 (#10884)
     add c6aeb5c  KAFKA-13305: fix NullPointerException in LogCleanerManager "uncleanable-bytes" gauge (#11327)

No new revisions were added by this update.

Summary of changes:
 core/src/main/scala/kafka/log/LogCleaner.scala     |  2 ++
 .../main/scala/kafka/log/LogCleanerManager.scala   | 33 ++++++++++++++++++----
 .../unit/kafka/log/LogCleanerIntegrationTest.scala | 20 ++++++++++---
 3 files changed, 46 insertions(+), 9 deletions(-)