-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qmanager: fix partial hello for match-format=rv1
Problem: the scheduler re-allocates the entire resource set for a partially released job when match-format=rv1 libschedutil provides a diminished Rv1 to the "hello" callback that is suitable for match-format=rv1_nosched, but since the scheduling key (JGF) is passed through unchanged, the full resource set is reallocated when match-format=rv1. Add a queue->remove() on the free ranks to compensate. Co-authored-by: Daniel Milroy <[email protected]>
- Loading branch information
Showing
1 changed file
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters