You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by mj...@apache.org on 2020/10/07 19:18:33 UTC

[kafka] branch trunk updated (a8b5f5a -> 65c29a9)

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

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


    from a8b5f5a  KAFKA-10362: When resuming Streams active task with EOS, the checkpoint file is deleted (#9247)
     add 65c29a9  KAFKA-9274: fix incorrect default value for `task.timeout.ms` config (#9385)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/kafka/streams/StreamsConfig.java    |  2 +-
 .../streams/processor/internals/AbstractTask.java  | 59 ++++++++++++++++++++--
 .../streams/processor/internals/StandbyTask.java   | 14 ++++-
 .../streams/processor/internals/StreamTask.java    | 13 ++++-
 .../kafka/streams/processor/internals/Task.java    |  7 ++-
 .../processor/internals/StandbyTaskTest.java       | 31 ++++++++++++
 .../processor/internals/StreamTaskTest.java        | 26 ++++++++++
 .../processor/internals/TaskManagerTest.java       |  9 +++-
 8 files changed, 152 insertions(+), 9 deletions(-)