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(-)

Reply via email to