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

[leo_storage][delete-bucket] The state change from enqueuing to monitoring could take much time #804

Closed
mocchira opened this issue Aug 10, 2017 · 1 comment

Comments

@mocchira
Copy link
Member

I think that "enqueuing" temporarily gets kind-of-stuck, especially visible during the same experiment (deleting two similar-sized large buckets at once), for one bucket state is switched to "monitoring" very fast, but for another it gets stuck at "enqueuing" for hour or so, even though the queue growth stops for both buckets at about the same time. Only when both buckets are nearly deleted on storage nodes, "enqueuing" changes to "monitoring" for second bucket as well. Both buckets switch to "finished" state at around the same time, it's only "enqueuing->monitoring" switch which seem to happen much later than you'd think it should. But I cannot say if this really is a bug or just behaves this way for some reason, either way, it doesn't lead to consistency problems.

@mocchira
Copy link
Member Author

#808 have fixed this issue and also the fix confirmed by @vstax

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

2 participants