finish writing snapshot
This commit is contained in:
@ -93,6 +93,7 @@ class DiskMap : public DataDriverBase {
|
||||
return true;
|
||||
}
|
||||
void Flush() {
|
||||
if (indexer == nullptr) return;
|
||||
indexer->Flush();
|
||||
data_storage->Flush();
|
||||
}
|
||||
|
Reference in New Issue
Block a user