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

Recreating a currently-deleting database "brings back" old data. #465

Closed
toddboom opened this issue Apr 22, 2014 · 1 comment
Closed

Recreating a currently-deleting database "brings back" old data. #465

toddboom opened this issue Apr 22, 2014 · 1 comment
Assignees

Comments

@toddboom
Copy link
Contributor

This is only apparent with really large databases, but as the delete operation is being performed in the background, some subset of the original data still exists. The issue is that the data is keyed by the database name, so therefore recreating the database will appear to bring the data back. It will ultimately disappear as the delete operation completes.

@toddboom toddboom added this to the 0.6.0 milestone Apr 22, 2014
@jvshahid jvshahid modified the milestones: 0.7.0, 0.6.0 May 2, 2014
@jvshahid jvshahid modified the milestones: Future release, 0.7.0 May 20, 2014
@jvshahid
Copy link
Contributor

This is fixed by #689

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

3 participants