-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Service Arch 2019-10-07, Service Arch 2019-10-21
mongo::Mutex currently has a single mongo::LockActions smart pointer without an onLock() function. We should expand mongo::Mutex to keep a linked list and mongo::LockActions to have a full suite of hooks. In addition, all LockActions hooks should probably pass a const mongo::Mutex pointer.
- is related to
-
SERVER-42967 Add DiagnosticInfo hooks into Interruptible
- Closed