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
kvserver: allow ExclusionViolationError in SSI transactions
Get will return ExclusionViolationError instead of WriteTooOld errors.
While we could check the IsoLevel before doing the transformation, I
can't see a good reason not to return the ExclusionViolationError
error. The ExclusionViolationError won't force a refresh, but that
makes sense since the refresh will fail almost by definition.
Epic: none
Release note: None
0 commit comments