We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f790708 + 5844bc3 commit 4099ad6Copy full SHA for 4099ad6
pkg/scheduler/internal/queue/scheduling_queue.go
@@ -499,8 +499,6 @@ func (p *PriorityQueue) MoveAllToActiveOrBackoffQueue(event string) {
499
unschedulablePods = append(unschedulablePods, pInfo)
500
}
501
p.movePodsToActiveOrBackoffQueue(unschedulablePods, event)
502
- p.moveRequestCycle = p.schedulingCycle
503
- p.cond.Broadcast()
504
505
506
// NOTE: this function assumes lock has been acquired in caller
0 commit comments