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

Consumer group deletion is not recoverable - i.e. group deletion may not be persisted #4900

Closed
mmaslankaprv opened this issue May 24, 2022 · 0 comments · Fixed by #4901
Closed
Assignees
Labels
area/kafka kind/bug Something isn't working

Comments

@mmaslankaprv
Copy link
Member

Version & Environment

Redpanda version: (use rpk version): v22.1.3

What went wrong?

When consumer group is deleted we persist a checkpoint batch with null value - tombstone. Group is correctly deleted when redpanda is running. After a restart group is still listed by redpanda and its state is recoverable i.e. all committed offsets are not deleted correctly.

What should have happened instead?

Group should be deleted and when asked to describe it should return Dead status.

How to reproduce the issue?

Additional information

Please attach any relevant logs, backtraces, or metric charts.

@mmaslankaprv mmaslankaprv added the kind/bug Something isn't working label May 24, 2022
@mmaslankaprv mmaslankaprv self-assigned this May 24, 2022
@mmaslankaprv mmaslankaprv changed the title Consumer group deletion is not recoverable - i.e. deleted group may appear as active Consumer group deletion is not recoverable - i.e. group deletion may not be persisted May 24, 2022
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.

1 participant