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

Better concurrency control for upload scheduling #5

Open
mithrandi opened this issue Sep 29, 2014 · 0 comments
Open

Better concurrency control for upload scheduling #5

mithrandi opened this issue Sep 29, 2014 · 0 comments
Labels

Comments

@mithrandi
Copy link
Member

Bug #818854 address one possible cause of an upload scheduling meltdown. However, if a backend is down or otherwise unreachable for a sufficient period of time, there will still be a significant backlog of scheduled uploads; even though these will most likely not be scheduled for exactly the same time, there will likely be a significant number of uploads running concurrently, which could cause sufficient resource starvation to achieve meltdown, and is most likely undesirable even when it does not lead to a complete meltdown.

The correct approach for handling this is probably to control concurrency independently for each backend.


Imported from Launchpad using lp2gh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant