You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Matthias J. Sax (JIRA)" <ji...@apache.org> on 2017/06/29 21:18:00 UTC

[jira] [Created] (KAFKA-5541) Streams should not re-throw if suspending/closing task fails

Matthias J. Sax created KAFKA-5541:
--------------------------------------

             Summary: Streams should not re-throw if suspending/closing task fails
                 Key: KAFKA-5541
                 URL: https://issues.apache.org/jira/browse/KAFKA-5541
             Project: Kafka
          Issue Type: Bug
            Reporter: Matthias J. Sax
            Assignee: Matthias J. Sax


Currently, if Stream suspends a task on rebalance or closes a suspended task that got revoked, it re-throws any exception that might occur and the thread dies. However, this in not really necessary as the task was suspended/closed anyway and we can just clean up the task and carry on with the rebalance.

(cf comments https://github.com/apache/kafka/pull/3449#discussion_r124437816)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)