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

deleting a bucket does not delete files #129

Closed
Licenser opened this issue Jan 25, 2014 · 7 comments
Closed

deleting a bucket does not delete files #129

Licenser opened this issue Jan 25, 2014 · 7 comments
Assignees
Milestone

Comments

@Licenser
Copy link
Contributor

When deleting a bucket the files under this bucket do not seem to be deleted, this can lead to a lot of unowned files in the database when buckets are created or deleted

@yosukehara
Copy link
Member

Thank you for your report. we will check this issue.

@mocchira
Copy link
Member

leo-project/leo_backend_db@7271a23 have fixed this issue.
This issue occurs only if you used leveldb on leo_storage as metadata storage(it's default since version 1.0.0-pre2).
So if you want to avoid this issue with 1.0.0-pre2, you sholud modify leo_storage.conf to use bitcask as metadata storage.

@yosukehara
Copy link
Member

We fixed this issue with LeoFS v1.0.0-pre3.

@Licenser
Copy link
Contributor Author

Licenser commented Mar 6, 2014

I still see this issue with 1.0.0-pre3

@yosukehara yosukehara reopened this Mar 7, 2014
@yosukehara
Copy link
Member

We'll check this issue, again.
Actually, we received to be related to this issue, #147.

We're going to fix them soon, which will be included in v1.0.0.

@yosukehara
Copy link
Member

We'll check this issue, again.

@yosukehara yosukehara modified the milestones: 1.1.3, 1.0.0-pre3 Sep 10, 2014
@yosukehara
Copy link
Member

We strictly checked this issue on our environment, again but we could not face this issue.
So I closed this issue. If you face it again, please reopen it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants