Skip to content

Commit f8abc94

Browse files
author
HuangYi
committed
flush after fix
1 parent 7845baf commit f8abc94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versiondb/tsrocksdb/store.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ func (s Store) FixData(storeNames []string, dryRun bool) error {
242242
}
243243
}
244244

245-
return nil
245+
return s.Flush()
246246
}
247247

248248
// fixDataStore iterate the wrong data at version 0, parse the timestamp from the key and write it again.

0 commit comments

Comments
 (0)