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
kvclient: fix read-your-own-writes bug in txnWriteBuffer
Previously, we were inadvertently mutating the overlap scan bounds
when merging Scan responses with the buffer. This meant that we could
miss keys that we should've otherwise seen. Put differently, it was
possible for us to miss reading our own writes. I'm surprised we didn't
see this before, but I think it's because the b-tree needs to be
large enough for us to hit this. Either way, this is now fixed.
Epic: none
Release note: None
0 commit comments