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 handling of ResumeSpans in txnWriteBuffer
Previously, we incorrectly handled Scans and ReverseScans when they had
ResumeSpan set. In particular, we would include buffered writes that
overlapped with the key span until the "full end", ignoring where the
ResumeSpan started. This meant that we could include the same buffered
write multiple times into the merged response. This is now fixed by
overlapping the btree only with the key span that was scanned on the
current "page".
Release note: None
0 commit comments