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
This patch skips invariant checks when iterating through range
descriptors from a checkpoint to prevent spurious assertion
failures. These assertion failures did not hold because checkpoints
are not complete stores, so anything beyond the checkpoints span may
not be considered a consistent snapshot.
Closescockroachdb#155680
Epic: none
Release note: None
0 commit comments