We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edef7b8 commit 62d9f36Copy full SHA for 62d9f36
src/mongo/db/storage/mmap_v1/dur_journal.cpp
@@ -262,7 +262,6 @@ void removeJournalFiles() {
262
log() << "error removing journal files " << e.what() << endl;
263
throw;
264
}
265
- verify(!haveJournalFiles());
266
267
flushMyDirectory(getJournalDir() /
268
"file"); // flushes parent of argument (in this case journal dir)
0 commit comments