forked from redpanda-data/redpanda
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rptest: handle not_coordinator error when fetching offsets
After broker restart it might take a while before the group offsets are available during which redpanda will reply with `error_code::not_coordinator`[^0]. We need to keep retrying after they become available. Fixes redpanda-data#17466 [^0]: https://github.com/redpanda-data/redpanda/blob/501b9d35882a303def6061bdc522f67f0502ac1c/src/v/kafka/server/group_manager.cc#L1653 (cherry picked from commit 97b4c33)
- Loading branch information
1 parent
3fe9c0d
commit 7f09ee5
Showing
1 changed file
with
18 additions
and
10 deletions.
There are no files selected for viewing
This file contains 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