Bugzilla – Bug 6631
inconsistency with resource reservations
Last modified: 2009-01-27 15:08:43
You need to log in before you can comment on or make changes to this bug.
It is possible to get into an inconsistent state with the resource reservations. Conditions: 1. Cluster request is granted all its network requests 2. Ensemble-done called (actually request cluster) 3. VMM slots are partially granted but there are not enough to satisfy the whole cluster. 4. Backout is invoked The logical error is in the code for step #4, in DefaultSlotManagement#reserveCoscheduledSpace() This was typically never exercised in the past because most deployments have less or equal network addresses than VMMs (i.e., requests usually don't get by step #1 if they want public addresses).
committed fix