File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
keps/sig-scheduling/5142-pop-backoffq-when-activeq-empty Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ and the backoff time is calculated based on the number of scheduling failures th
168
168
If one pod has a smaller attempt counter than others,
169
169
could the scheduler keep popping this pod ahead of other pods because the pod's backoff expires faster than others?
170
170
Actually, that wouldn't happen because the scheduler would increment the attempt counter of pods from the backoffQ as well,
171
- which would make the backoff time larger after each after the scheduling attempt,
171
+ which would make the backoff time larger after each scheduling attempt,
172
172
and the pod that had a smaller attempt number eventually won't be popped out.
173
173
174
174
### Low priority pod could be chosen to pop, even if high priority pod has a slightly later backoff expiration
You can’t perform that action at this time.
0 commit comments