Skip to content

Commit ae80abc

Browse files
authored
Merge pull request kubernetes#3643 from MikeSpreitzer/ceil-too
KEP-1040: note that ceil in NominalCL contributes to excess sum
2 parents 0a31c5c + 50f4b82 commit ae80abc

File tree

1 file changed

+3
-2
lines changed
  • keps/sig-api-machinery/1040-priority-and-fairness

1 file changed

+3
-2
lines changed

keps/sig-api-machinery/1040-priority-and-fairness/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -753,8 +753,9 @@ MinCL(i) = NominalCL(i) - LendableCL(i)
753753
Naturally the CurrentCL values are also limited by how many seats are
754754
available for borrowing from other priority levels. The sum of the
755755
CurrentCLs is always equal to the server's concurrency limit
756-
(ServerCL) plus or minus a little for rounding in the adjustment
757-
algorithm below.
756+
(ServerCL), possibly plus a little for the `ceil` in the definition of
757+
the NominalCLs and plus or minus a little for rounding in the
758+
adjustment algorithm below.
758759

759760
Dispatching is done independently for each priority level. Whenever
760761
(1) a non-exempt priority level's number of occupied seats is zero or

0 commit comments

Comments
 (0)