KAFKA-10084: Fix EosTestDriver end offset#8785
Merged
vvcephei merged 2 commits intoapache:trunkfrom Jun 3, 2020
vvcephei:kafka-10084-fix-eos-test-end-offset
Merged
KAFKA-10084: Fix EosTestDriver end offset#8785vvcephei merged 2 commits intoapache:trunkfrom vvcephei:kafka-10084-fix-eos-test-end-offset
vvcephei merged 2 commits intoapache:trunkfrom
vvcephei:kafka-10084-fix-eos-test-end-offset
Conversation
Contributor
Author
|
I ran the system tests, and they pass: |
Contributor
Author
|
Hey @mjsax , thanks for the help on this. Can you take a look at the PR? |
Contributor
Author
|
oh, great: |
Contributor
Author
|
All test failures were unrelated (looks like some new flaky tests) |
vvcephei
added a commit
that referenced
this pull request
Jun 3, 2020
Check the uncommitted end offset after the committed end offset, so we can be sure never to miss a pending end-transaction marker. Reviewers: Matthias J. Sax <matthias@confluent.io>
Contributor
Author
|
cherry-picked to 2.6 |
ijuma
added a commit
that referenced
this pull request
Jun 4, 2020
…use_all_dns_ips-as-default * apache-github/trunk: KAFKA-9788; Use distinct names for transaction and group load time sensors (#8784) KAFKA-9514; The protocol generator generated useless condition when a field is made nullable and flexible version is used (#8793) MINOR: Update to Gradle 6.5 and tweak build jvm config (#8751) MINOR: Upgrade spotbugs and spotbugsPlugin (#8790) KAFKA-10089 The stale ssl engine factory is not closed after reconfigure (#8792) KAFKA-10080; Fix race condition on txn completion which can cause duplicate appends (#8782) KAFKA-10084: Fix EosTestDriver end offset (#8785) KAFKA-10083: fix failed testReassignmentWithRandomSubscriptionsAndChanges tests (#8786)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Check the uncommitted end offset after the committed end offset,
so we can be sure never to miss a pending end-transaction marker.
Committer Checklist (excluded from commit message)