flush implicit writes in all paths in updateWriteEpoch

This commit is contained in:
vyzo 2021-07-02 11:09:36 +03:00
parent be6cc2c3e6
commit a29947d47c

View File

@ -623,6 +623,7 @@ func (s *SplitStore) updateWriteEpoch() {
if dt < 0 {
writeEpoch := curTs.Height() + 1
if writeEpoch > s.writeEpoch {
s.flushImplicitWrites(true)
s.writeEpoch = writeEpoch
}