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
128630: catalog/lease: fix incorrect version check for expiry based leases r=fqazi a=fqazi
Previously, with the version bump on master to 24.3, we started using the bootstrap values for 24.1. When using these values in a dev environment, the comparison between the system descriptor and the session-based leasing version can fail, since the system database descriptor doesn't have the dev versions padding. To address this, this patch removes the dev offset from the comparison.
Fixes: #128629
Release note: None
Co-authored-by: Faizan Qazi <faizan@cockroachlabs.com>
0 commit comments