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

[jira] [Created] (KAFKA-5603) Streams should not abort transaction when closing zombie task

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

             Summary: Streams should not abort transaction when closing zombie task
                 Key: KAFKA-5603
                 URL: https://issues.apache.org/jira/browse/KAFKA-5603
             Project: Kafka
          Issue Type: Bug
          Components: streams
    Affects Versions: 0.11.0.0
            Reporter: Matthias J. Sax
            Assignee: Matthias J. Sax
            Priority: Critical
             Fix For: 0.11.0.1


The contract of the transactional producer API is to not call any transactional method after a {{ProducerFenced}} exception was thrown.

Streams however, does an unconditional call within {{StreamTask#close()}} to {{abortTransaction()}} in case of unclean shutdown. We need to distinguish between a {{ProducerFenced}} and other unclean shutdown cases.



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