Skip to content

KAFKA-10264 Flaky Test TransactionsTest.testBumpTransactionalEpoch#9291

Merged
hachikuji merged 1 commit intoapache:trunkfrom
chia7712:KAFKA-10264
Dec 8, 2020
Merged

KAFKA-10264 Flaky Test TransactionsTest.testBumpTransactionalEpoch#9291
hachikuji merged 1 commit intoapache:trunkfrom
chia7712:KAFKA-10264

Conversation

@chia7712
Copy link
Copy Markdown
Member

@chia7712 chia7712 commented Sep 16, 2020

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. The failure of first record can abort second batch and then produces 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)

Copy link
Copy Markdown
Contributor

@hachikuji hachikuji left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hachikuji hachikuji merged commit aebb0e3 into apache:trunk Dec 8, 2020
@chia7712 chia7712 deleted the KAFKA-10264 branch March 25, 2024 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants