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

GC doesn't clean up aborted data #655

Closed
keith-turner opened this issue May 3, 2016 · 0 comments
Closed

GC doesn't clean up aborted data #655

keith-turner opened this issue May 3, 2016 · 0 comments

Comments

@keith-turner
Copy link
Contributor

During a long running webindex test I ran into apache/fluo-recipes#70. Workers were dying and as a result transactions were aborted. After the dust settled and all of the backed up transactions completed, compactions of the transient ranges did not clear all data from those ranges. What was left was del lock and data entries, and the GC iterator would never remove these.

mikewalch added a commit that referenced this issue May 9, 2016
fixes #655 made GCIter drop rolled back data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant