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

Non-durable queues' datadir not removed on non-graceful shutdown #796

Open
spuun opened this issue Oct 1, 2024 · 0 comments
Open

Non-durable queues' datadir not removed on non-graceful shutdown #796

spuun opened this issue Oct 1, 2024 · 0 comments
Labels

Comments

@spuun
Copy link
Member

spuun commented Oct 1, 2024

  1. Create a non-durable queue
  2. kill -9
  3. Start lavinmq again
  4. Queue data dir still exists

This is because frames for non-durable queues aren't written to definitions so there is no reference to the queues and no cleanup is being done on start.

@spuun spuun added the bug label Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant