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: reset HasBufferedAllPrecedingWrites for multi-batch flush
HasBufferedAllPrecedingWrites should only be set when the write buffer
_knows_ that no writes have been issued. In the case of a multi-batch
flush, the second batch should not have HasBufferedAllPrecedingWrites
set to true since the first batch contained writes.
Fixes#153509
Release note: None
0 commit comments