Details
-
Improvement
-
Status: Closed
-
Trivial - P5
-
Resolution: Fixed
-
None
-
Fully Compatible
-
Repl 2018-06-04, Repl 2018-06-18
Description
While investigating BFs we noticed that the condition variable Session::_commitcv is notified but never waited on. Apparently it was added by accident.
https://github.com/mongodb/mongo/blob/master/src/mongo/db/session.cpp#L1014