You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ab...@apache.org on 2021/10/21 23:23:11 UTC

[kafka] branch trunk updated (6288b53 -> b534124)

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

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


    from 6288b53  MINOR: Renamed a few record definition files with the existing convention. (#11414)
     add b534124  KAFKA-12648: Wrap all exceptions thrown to handler as StreamsException & add TaskId field (#11405)

No new revisions were added by this update.

Summary of changes:
 .../kafka/streams/errors/StreamsException.java     |  33 +++++++
 .../streams/processor/internals/AbstractTask.java  |   4 +-
 .../processor/internals/ActiveTaskCreator.java     |   2 +-
 .../streams/processor/internals/StreamThread.java  |   6 +-
 .../kafka/streams/processor/internals/Task.java    |   3 +-
 .../streams/processor/internals/TaskManager.java   | 104 ++++++++++++++-------
 .../processor/internals/StandbyTaskTest.java       |   9 +-
 .../processor/internals/StreamTaskTest.java        |   7 +-
 .../processor/internals/StreamThreadTest.java      |   7 +-
 .../processor/internals/TaskManagerTest.java       |  19 ++--
 10 files changed, 139 insertions(+), 55 deletions(-)