GitHub user apurvam opened a pull request: https://github.com/apache/kafka/pull/3217
KAFKA-5366: Add concurrent reads to transactions system test This currently fails in multiple ways. One of which is most likely KAFKA-5355, where the concurrent consumer reads duplicates. During broker bounces, the concurrent consumer misses messages completely. This is another bug. You can merge this pull request into a Git repository by running: $ git pull https://github.com/apurvam/kafka KAFKA-5366-add-concurrent-reads-to-transactions-system-test Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/3217.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 #3217 ---- commit cd0990784aaa26fa6485e9f369a600b85c1647f9 Author: Apurva Mehta <apu...@confluent.io> Date: 2017-06-02T22:25:00Z Add a concurrent consumer in the transactions system tests. This will exercise the abort index commit 71fcad197b403ff7873d646feec287d92793cbe6 Author: Apurva Mehta <apu...@confluent.io> Date: 2017-06-02T22:29:47Z Bounce brokers as well ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---