Details
-
Improvement
-
Resolution: Won't Fix
-
Major - P3
-
None
-
None
-
None
-
Storage Execution
-
0
Description
We should add the invariant shown below, on the line following https://github.com/mongodb/mongo/blob/master/src/mongo/db/storage/wiredtiger/wiredtiger_recovery_unit.cpp#L203
void WiredTigerRecoveryUnit::_txnClose(bool commit) {
|
...
|
WT_SESSION* s = _session->getSession();
|
invariant(s);
|
...
|
}
|