Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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)
Attachments
Issue Links
- is duplicated by
-
KAFKA-5786 Yet another exception is causing that streamming app is zombie
- Closed
- links to