Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kafka/groups: error in join_empty_group_static_member test #5495

Closed
dotnwat opened this issue Jul 17, 2022 · 3 comments · Fixed by #5496
Closed

kafka/groups: error in join_empty_group_static_member test #5495

dotnwat opened this issue Jul 17, 2022 · 3 comments · Fixed by #5496
Assignees

Comments

@dotnwat
Copy link
Member

dotnwat commented Jul 17, 2022

https://buildkite.com/redpanda/redpanda/builds/12664#01820d8f-d86c-422f-aa22-89b9b2b9527a/6-5353

../../../src/v/kafka/server/tests/consumer_groups_test.cc(101): �[4;31;49mfatal error: in "join_empty_group_static_member": critical 
check resp.data.error_code == kafka::error_code::none has failed [{ error_code: not_coordinator [16] } != { error_code: none [0] 
}]�[0;39;49m
@dotnwat dotnwat added kind/bug Something isn't working area/kafka ci-failure labels Jul 17, 2022
@dotnwat
Copy link
Member Author

dotnwat commented Jul 17, 2022

@mmaslankaprv seen this before?

@dotnwat
Copy link
Member Author

dotnwat commented Jul 17, 2022

Looks like a dupe of #5466

@mmaslankaprv
Copy link
Member

haven't seen it before, it looks that we are sending a request while leader election for __consumer_offsets topic is taking place.

mmaslankaprv added a commit to mmaslankaprv/redpanda that referenced this issue Jul 18, 2022
After changing default number of partitions for `__consumer_offsets`
topic we need to wait for particular group coordinator before requesting
consumer to join the group.

Fixes: redpanda-data#5495, redpanda-data#5466

Signed-off-by: Michal Maslanka <michal@redpanda.com>
mmaslankaprv added a commit to mmaslankaprv/redpanda that referenced this issue Jul 18, 2022
After changing default number of partitions for `__consumer_offsets`
topic we need to wait for particular group coordinator before requesting
consumer to join the group.

Fixes: redpanda-data#5495, redpanda-data#5466

Signed-off-by: Michal Maslanka <michal@redpanda.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants