[
https://issues.apache.org/jira/browse/KAFKA-5428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Gustafson resolved KAFKA-5428.
------------------------------------
Resolution: Fixed
Issue resolved by pull request 3298
[https://github.com/apache/kafka/pull/3298]
> Transactional producer aborts batches incorrectly in abortable error state
> --------------------------------------------------------------------------
>
> Key: KAFKA-5428
> URL: https://issues.apache.org/jira/browse/KAFKA-5428
> Project: Kafka
> Issue Type: Sub-task
> Components: clients, core, producer
> Reporter: Jason Gustafson
> Assignee: Jason Gustafson
> Priority: Blocker
> Labels: exactly-once
> Fix For: 0.11.0.0
>
>
> We currently abort batches blindly if we are in any error state. We should
> only do this if we are in a fatal error state. Otherwise, we risk
> OutOfOrderSequence errors if a failed produce request had actually been
> written successfully to the topic.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)