[ https://issues.apache.org/jira/browse/KAFKA-5428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jason Gustafson updated KAFKA-5428: ----------------------------------- Description: 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. (was: 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.) > 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 > 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.3.15#6346)