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
148364: kvserver,storage: add ExpectExclusionSince to Get r=arulajmani a=stevendanna
This adds ExpectExclusionSince to Get requests. This option semantically works the same as the ExpectExclusionSince option on Put and Del requests. The implementation, however, is slightly different. It adjusts the read timestamp used by storage.MVCCGet and then configures the scanner to return an ExclusionViolationError rather than a WriteTooOld error.
Informs #142977
Release note: None
Co-authored-by: Steven Danna <[email protected]>
0 commit comments