The best-effort pod should be immediately dispatched in allocate function of session , without considering the gang constraint #646
Labels
kind/bug
Categorizes issue or PR as related to a bug.
/kind bug
Considering the gang constraint in the
backfill
action may cause the job with gang configuration and contains the best-effort pod to be unscheduled.In
backfill
action, if task predicated succeed, the scheduler will callssn.Allocate
function to dispatch podIn
ssn.Allocate
function, only when job of task is ready, can the task be dispatchedIf others pods under the job are not schedulerd, the best-effort pod can not be scheduled. If all pods under the job are best-effort, the job will not be scheduled.
In addition, for best-effort pods, there are no resource requests, it it not necessary to consider the gang constraint.
The text was updated successfully, but these errors were encountered: