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
153400: kvcoord: set ResumeSpan on unprocessed point requests r=yuzefovich a=stevendanna
Previously, if batch execution was stopped early in dist sender, the returned batch could have requests that were not processed but which didn't have a resume-span sent.
The impact of this oversight was minimal since SQL does not create such read-write batches. The txnWriteBuffer may create such batches, but only if undocumented, test-only settings were in use.
We might want to consider whether such read-write batches are _ever_ needed by SQL or other internal database users.
Fixes#153357
Release note: None
Co-authored-by: Steven Danna <[email protected]>
0 commit comments