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
vecindex: suppress partition not found error in SearchPartitions
The SearchPartitions method is spec'd to return InvalidLevel for any partition
that is not found in the tree. However, the vecstore was instead returning
ErrPartitionNotFound, which was causing occasional insertion failures under
stress. This commit updates the vecstore to suppress ErrPartitionNotFound,
mapping it to a PartitionToSearch value of InvalidLevel, MissingState and
Count=0.
Epic: CRDB-42943
Release note: None
0 commit comments