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

after objects are deleted, they may still be visible from containers #48

Closed
ywang19 opened this issue May 6, 2013 · 3 comments
Closed
Assignees
Milestone

Comments

@ywang19
Copy link
Contributor

ywang19 commented May 6, 2013

this is one swift specific issue, which is caused by swift consistency mechanism.

@tsg-
Copy link
Contributor

tsg- commented Oct 23, 2013

Could you add more detail on this issue? How to reproduce etc?

@ywang19
Copy link
Contributor Author

ywang19 commented Dec 9, 2014

After cosbench deleted all objects in one container, when it tried to delete the container, some complains say there are still some objects under the container. indeed, this is caused by current consistency model swift adopts, swift is not a strong consistency system, it has some loose consistency window.

For the expected fix, it's required to fix the consistency model :-). but some retry mechanism to gradually delete all objects in the container. e.g., at the first try, 10 out of 1000 objects remains, next try remains 1, the last try cleans up all objects.

@yllions yllions self-assigned this Dec 10, 2014
ywang19 pushed a commit that referenced this issue Dec 19, 2014
@ywang19
Copy link
Contributor Author

ywang19 commented Dec 29, 2014

fixed through commit: 6d259d2

@ywang19 ywang19 closed this as completed Dec 29, 2014
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