Skip to content
This repository has been archived by the owner on Mar 9, 2019. It is now read-only.

Bucket reclamation bug #82

Closed
benbjohnson opened this issue Mar 23, 2014 · 0 comments · Fixed by #90
Closed

Bucket reclamation bug #82

benbjohnson opened this issue Mar 23, 2014 · 0 comments · Fixed by #90
Assignees
Labels
Milestone

Comments

@benbjohnson
Copy link
Member

The bucket page doesn't not seem to be getting reclaimed properly on the Scuttlebutt project which causes the DB to grow. Need to investigate further and add better consistency tests using tx.Page().

@benbjohnson benbjohnson added this to the v0.1.0 milestone Mar 23, 2014
@benbjohnson benbjohnson self-assigned this Mar 23, 2014
@benbjohnson benbjohnson mentioned this issue Mar 24, 2014
benbjohnson added a commit to benbjohnson/bolt that referenced this issue Mar 25, 2014
The bucket page is allocated separately from the rest of the pages but the old bucket pages were
not being added to the freelist. This change fixes that and adds a simple check for database
consistency. More advanced consistency checks can be added in the future.

Fixes boltdb#82.
heyitsanthony pushed a commit to heyitsanthony/bolt that referenced this issue Mar 2, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant