• Yecheng Fu's avatar
    Fix weakness of current receivedMoveRequest · 6ac7d4be
    Yecheng Fu authored
    - add incremental scheduling cycle
    - instead of set a flag on move reqeust, we cache current scheduling
    cycle in moveRequestCycle
    - when unschedulable pods are added back, compare its cycle with
    moveRequestCycle to decide whether it should be added into active queue
    or not
    6ac7d4be
scheduling_queue.go 29.1 KB