[ https://issues.apache.org/jira/browse/KAFKA-5268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16016063#comment-16016063 ]
ASF GitHub Bot commented on KAFKA-5268: --------------------------------------- GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3089 KAFKA-5268: Fix bounce test transient failure by clearing partitions before writing Complete state to transaction log You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka KAFKA-5268 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/3089.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3089 ---- commit b3ee89dc88f8a05173481fdff3f71a8656b4ff9e Author: Jason Gustafson <ja...@confluent.io> Date: 2017-05-18T16:50:04Z KAFKA-5268: Fix bounce test transient failure by clearing partitions before writing Complete state to transaction log ---- > TransactionsBounceTest occasionally sees INVALID_TXN_STATE errors > ----------------------------------------------------------------- > > Key: KAFKA-5268 > URL: https://issues.apache.org/jira/browse/KAFKA-5268 > Project: Kafka > Issue Type: Sub-task > Reporter: Apurva Mehta > Assignee: Jason Gustafson > Labels: exactly-once > Fix For: 0.11.0.0 > > > This test occasionally fails because we hit an invalid state on the > `TransactionCoordinator` when processing an EndTxnRequest. -- This message was sent by Atlassian JIRA (v6.3.15#6346)