Details
-
Sub-task
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
None
Description
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.
Attachments
Issue Links
- links to