You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: