-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Trivial - P5
-
Affects Version/s: None
-
Component/s: Replication
-
Fully Compatible
-
Repl 2018-06-04, Repl 2018-06-18
-
None
-
0
-
None
-
None
-
None
-
None
-
None
-
None
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