You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
admission: call LowerBound(0) instead of Reset on token bucket for elastic CPU
The goal of this periodic operation is to ensure the token bucket is not
extremely negative, which can happen if elastic work consumes more CPU
than initially granted. However, instead of merely ensuring a lower bound
of 0 tokens, it was resetting the token bucket to be full, which would
admit another burst.
Observed in
https://cockroachlabs.slack.com/archives/C01SRKWGHG8/p1745891638545989?thread_ts=1745881523.172559&cid=C01SRKWGHG8.
Epic: none
Release note: None
0 commit comments