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
kvcoord: transform replicated, locking Get requests
A replicated locking Get request is a write that we would like to
defer until commit time. We do this by transforming it to an
unreplicated locking Get. At flush time, if no other write has been
performed on that key, we send a replicated locking Get to ensure we
have exclusion on the key all the way until the commit timestamp.
Epic: none
Release note: None
0 commit comments