You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2020/09/16 06:39:40 UTC

[GitHub] [kafka] chia7712 opened a new pull request #9291: KAFKA-10264 Flaky Test TransactionsTest.testBumpTransactionalEpoch

chia7712 opened a new pull request #9291:
URL: https://github.com/apache/kafka/pull/9291


   issue: https://issues.apache.org/jira/browse/KAFKA-10264
   
   The test case sends two records before killing broker. The failure is caused by that the both records are NOT in a single batch and so the failure of first record can abort second batch. The exception produced by abort is KafkaException rather than TimeoutException.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kafka] hachikuji merged pull request #9291: KAFKA-10264 Flaky Test TransactionsTest.testBumpTransactionalEpoch

Posted by GitBox <gi...@apache.org>.
hachikuji merged pull request #9291:
URL: https://github.com/apache/kafka/pull/9291


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org