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
149801: tenantcostclient: fix leak of CancelFunc r=yuzefovich a=yuzefovich
Previously, we would never call the CancelFunc that is returned on `WithCancelOnQuiesce` that we do for each token bucket request. This would result in accumulation of CancelFuncs in the stopper, leading to a memory leak, which would only be plugged on the server shutdown. This is now fixed.
Informs: #149658.
Epic: None
Release note: None
Co-authored-by: Yahor Yuzefovich <[email protected]>
0 commit comments