You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gu...@apache.org on 2020/03/20 22:26:57 UTC

[kafka] branch trunk updated (cbdd0d6 -> c249ea8)

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

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


    from cbdd0d6  KAFKA-6145: Add constrained balanced assignment algorithm (#8262)
     add c249ea8  KAFKA-9727: cleanup the state store for standby task dirty close and check null for changelogs (#8307)

No new revisions were added by this update.

Summary of changes:
 .../streams/processor/internals/StandbyTask.java   |  29 ++--
 .../processor/internals/StoreChangelogReader.java  |  12 +-
 .../streams/processor/internals/StreamTask.java    |   8 +-
 .../streams/processor/internals/TaskManager.java   |   2 +-
 .../integration/StandbyTaskEOSIntegrationTest.java | 153 +++++++++++++++++++++
 .../processor/internals/StandbyTaskTest.java       |  81 +++++++----
 .../internals/StoreChangelogReaderTest.java        |  20 +++
 7 files changed, 252 insertions(+), 53 deletions(-)
 create mode 100644 streams/src/test/java/org/apache/kafka/streams/integration/StandbyTaskEOSIntegrationTest.java