Skip to content

Commit 0b42de0

Browse files
committed
SERVER-6311 do not crash if FlushFileBuffers fails
Unclear what it means if it fails. It should not matter with regard to data integrity; the critical call is FlushViewOfFile.
1 parent 89bc65e commit 0b42de0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mongo/util/mmap_win.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,6 @@ namespace mongo {
389389
if (!success) {
390390
int err = GetLastError();
391391
out() << "FlushFileBuffers failed " << err << " file: " << _filename << endl;
392-
fassert(16388, false);
393392
}
394393
}
395394

0 commit comments

Comments
 (0)