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: fix queries against initial versions in locked mode
Previously, all of our testing for locked timestamping included
WaitForInitialVersion being enabled. This configuration ensured that we
would always acquire the first version of leased descriptors in our
tests. However, upon enabling locked leasing across the binary, we
encountered issues because bootstrapped tables and other tests might not
secure the initial version checkout. Consequently, we would incorrectly
declare the object as non-existent if the lease timestamp precoded the
object's creation.
Fixes: #156401
Release note: None
0 commit comments