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

Ensure topic files are deleted when delete topic is requested #7895

Closed
ZeDRoman opened this issue Dec 21, 2022 · 0 comments · Fixed by #8396
Closed

Ensure topic files are deleted when delete topic is requested #7895

ZeDRoman opened this issue Dec 21, 2022 · 0 comments · Fixed by #8396
Assignees
Labels
area/controller area/redpanda kind/bug Something isn't working sev/medium Bugs that do not meet criteria for high or critical, but are more severe than low.

Comments

@ZeDRoman
Copy link
Contributor

ZeDRoman commented Dec 21, 2022

Problem

Currently we have problem with orphan files.
When redpanda node rebooted during topic deletion processing we might leave some of topic files on disk storage.
In that case we will have some topic files left on disk and occupy disk space but redpanda will never delete them by itself.

@ZeDRoman ZeDRoman added kind/enhance New feature or request area/redpanda labels Dec 21, 2022
@piyushredpanda piyushredpanda added area/controller sev/medium Bugs that do not meet criteria for high or critical, but are more severe than low. and removed kind/enhance New feature or request labels Dec 21, 2022
@ZeDRoman ZeDRoman self-assigned this Dec 21, 2022
@jcsp jcsp added the kind/bug Something isn't working label Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/controller area/redpanda kind/bug Something isn't working sev/medium Bugs that do not meet criteria for high or critical, but are more severe than low.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants