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
catalog/lease: prevent lease acquisition during draining
Previously, the lease manager only blocked the acquisition of new
descriptors while draining was occurring. So, it was possible for
internal queries to come in and increase reference counts in a
non-deterministic way while we are attempting to drain. To address this,
this patch prevent all lease acquisition when draining is occurring.
Fixes: #151462Fixes: #150680Fixes: #150654
Release note: None
0 commit comments