Details
-
Improvement
-
Status: Patch Available
-
Minor
-
Resolution: Unresolved
-
2.7.2
-
None
Description
In FairScheduler#continuousSchedulingAttempt(), nodes has been sorted by available resources,iterate all nodes in continuous scheduling.
Should break the loop, when Resources.fitsIn(minimumAllocation,node.getUnallocatedResource()) == false.