Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LI-CHERRY-PICK] [71e2019] KAFKA-8800: Increase poll timeout in poll[…
…Records]UntilTrue (apache#7211) TICKET = KAFKA-8800 LI_DESCRIPTION = EXIT_CRITERIA = HASH [71e2019] ORIGINAL_DESCRIPTION = If retrieving metadata during `poll(Duration)` repeatedly takes longer than the poll timeout, we don't make progress and `waitUntilTrue` eventually times out causing the test to fail. This behaviour differs from the older `poll(long)` that would block until metadata retrieval had completed. The flakiness was likely introduced when we switched from the latter to the former. Reviewers: Ismael Juma <[email protected]> (cherry picked from commit 71e2019)
- Loading branch information