You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jason Gustafson (JIRA)" <ji...@apache.org> on 2017/05/22 23:22:04 UTC

[jira] [Created] (KAFKA-5308) TC should handle UNSUPPORTED_FOR_MESSAGE_FORMAT in WriteTxnMarker response

Jason Gustafson created KAFKA-5308:
--------------------------------------

             Summary: TC should handle UNSUPPORTED_FOR_MESSAGE_FORMAT in WriteTxnMarker response
                 Key: KAFKA-5308
                 URL: https://issues.apache.org/jira/browse/KAFKA-5308
             Project: Kafka
          Issue Type: Sub-task
            Reporter: Jason Gustafson
            Priority: Blocker


It could be the case that one of the topics added to a transaction is on a lower message format version. Because of https://github.com/apache/kafka/pull/3118, the producer won't be able to send any data to that topic, but the TC will nevertheless try to write the commit/abort marker to the log. Like the Produce request, the WriteTxnMarker request should return the UNSUPPORTED_FOR_MESSSAGE_FORMAT error. Instead of retrying, we should log a warning and remove the partition from the set of partitions awaiting marker completion.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)