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
The CommitLog::flush method calls File::flush on the segment file, however this does not guarantee the data has been written to. For this, File::sync_all or File::sync_data should be used.
The text was updated successfully, but these errors were encountered:
The
CommitLog::flush
method callsFile::flush
on the segment file, however this does not guarantee the data has been written to. For this,File::sync_all
orFile::sync_data
should be used.The text was updated successfully, but these errors were encountered: