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
144839: kvclient: fix handling of ResumeSpans in txnWriteBuffer r=yuzefovich a=yuzefovich
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".
Addresses: #144277.
Epic: None
Release note: None
Co-authored-by: Yahor Yuzefovich <[email protected]>
0 commit comments