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 9edcaf7 + 2bdd379 commit 8dffc8dCopy full SHA for 8dffc8d
staging/src/k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/queueset/queueset.go
@@ -568,7 +568,7 @@ func (qs *queueSet) finishRequestLocked(r *request) {
568
569
// decrement here to maintain the invariant that (qs.robinIndex+1) % numQueues
570
// is the index of the next queue after the one last dispatched from
571
- if qs.robinIndex >= -r.Queue.Index {
+ if qs.robinIndex >= r.Queue.Index {
572
qs.robinIndex--
573
}
574
0 commit comments