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 b2927d9 commit 460d32fCopy full SHA for 460d32f
db/dur_journal.cpp
@@ -262,6 +262,7 @@ namespace mongo {
262
log() << "warning caught exception in preallocateFiles, continuing" << endl;
263
}
264
265
+ j.open();
266
267
268
void removeOldJournalFile(path p) {
db/dur_journalimpl.h
@@ -63,10 +63,10 @@ namespace mongo {
63
_open();
64
65
66
- private:
67
/** open a journal file to journal operations to. */
68
void open();
69
+ private:
70
void _open();
71
void closeCurrentJournalFile();
72
void removeUnneededJournalFiles();
0 commit comments