Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix preemption reason - fairshare preemption (#4045)
We were incorrectly resetting the PreemptingJobId, which shouldn't get reset The UnschedulableReason is only reset as we try scheduling the jobs several times, during these rounds the jobs we're scheduling cannot be preempted - so it makes no sense to reset their PreemptingJobId This makes it so we now correct populate the preemption reason for fairshare preemption Signed-off-by: JamesMurkin <[email protected]>
- Loading branch information