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/10 17:14:21 UTC

[kafka] branch trunk updated (fc9d91a -> 33f6e1a)

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 fc9d91a  KAFKA-9686: MockConsumer#endOffsets should be idempotent (#8255)
     add 33f6e1a  HOTFIX: Task#dirtyClose should not throw (#8258)

No new revisions were added by this update.

Summary of changes:
 .../streams/processor/internals/AbstractTask.java  | 16 ++++++++
 .../streams/processor/internals/StandbyTask.java   | 11 ++++--
 .../streams/processor/internals/StreamTask.java    | 43 ++++++++--------------
 .../processor/internals/StandbyTaskTest.java       | 14 +++++++
 .../processor/internals/StreamTaskTest.java        | 14 +++++++
 5 files changed, 67 insertions(+), 31 deletions(-)