Bug 872187
| Summary: | Remove scheduling deadlocks | ||
|---|---|---|---|
| Product: | [Retired] Beaker | Reporter: | Jaroslav Kortus <jkortus> |
| Component: | scheduler | Assignee: | Raymond Mancy <rmancy> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Dan Callaghan <dcallagh> |
| Severity: | urgent | Docs Contact: | |
| Priority: | high | ||
| Version: | 0.9 | CC: | asaha, dcallagh, dkovalsk, ebaak, jstancek, junichi.nomura, llim, rglasz, rmancy |
| Target Milestone: | 0.12 | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | Scheduler | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-04-11 04:56:15 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Jaroslav Kortus
2012-11-01 14:11:03 UTC
There are many flaws in our current scheduling algorithm, this is one of the more serious. *** Bug 889065 has been marked as a duplicate of this bug. *** The draft of our scheduler redesign (which will fix this along with several other problems) is at http://beaker-project.org/dev/proposals/event-driven-scheduler.html The "sweeping wave" scheduling model we currently use (where all recipes are advanced through a given state change in parallel, rather than each recipe being pushed through as as many states as possible as they will be in the new design) is unfortunately fundamentally broken :( *** Bug 884683 has been marked as a duplicate of this bug. *** Beaker 0.12 has been released. |