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

Yield in group state recovery loop #7629

Closed
mmaslankaprv opened this issue Dec 5, 2022 · 0 comments · Fixed by #7957
Closed

Yield in group state recovery loop #7629

mmaslankaprv opened this issue Dec 5, 2022 · 0 comments · Fixed by #7957
Labels
area/kafka kind/bug Something isn't working
Milestone

Comments

@mmaslankaprv
Copy link
Member

When a consumer group is being recovered the whole log state is read and cached in a non preemptive loop this may cause reactor stalls. The loop should yield to scheduler instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kafka kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants