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: address deadlock with locked lease timestamps
Previously, when locked lease timestamps were used, we held the
descriptor state while acquiring close timestamp handles. This could
lead to a deadlock, since in other code paths we acquire the close
timestamp handle first. To address this, this patch avoids holding the
descriptor state lock longer then necessary.
Fixes: #156177
Release note: None
0 commit comments