Skip to content

Commit 62d9f36

Browse files
GeertBoschEvergreen Agent
authored andcommitted
SERVER-52902 Remove assertion !haveJournalFiles()
(cherry picked from commit 80083d9)
1 parent edef7b8 commit 62d9f36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mongo/db/storage/mmap_v1/dur_journal.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ void removeJournalFiles() {
262262
log() << "error removing journal files " << e.what() << endl;
263263
throw;
264264
}
265-
verify(!haveJournalFiles());
266265

267266
flushMyDirectory(getJournalDir() /
268267
"file"); // flushes parent of argument (in this case journal dir)

0 commit comments

Comments
 (0)