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 2020/01/03 21:05:44 UTC

[kafka] branch trunk updated (f610f9f -> a094504)

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 f610f9f  MINOR: Remove spammy, unhelpful log message in the controller (#7879)
     add a094504  KAFKA-9293; Fix NPE in DumpLogSegments offsets parser and display tombstone keys (#7820)

No new revisions were added by this update.

Summary of changes:
 .../coordinator/group/GroupMetadataManager.scala   | 100 +++++++++++++++---
 .../coordinator/transaction/TransactionLog.scala   |  53 +++++++---
 .../transaction/TransactionStateManager.scala      |  10 +-
 .../main/scala/kafka/tools/DumpLogSegments.scala   | 112 ++++-----------------
 .../coordinator/group/GroupCoordinatorTest.scala   |   2 +-
 .../group/GroupMetadataManagerTest.scala           |  72 +++++++++++--
 .../transaction/TransactionLogTest.scala           |  40 +++++++-
 .../unit/kafka/tools/DumpLogSegmentsTest.scala     |   2 +-
 8 files changed, 252 insertions(+), 139 deletions(-)