-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Execution Team 2022-09-05, Execution Team 2022-09-19
-
120
The `SchedulingTicketHolder` type uses `std::shared_mutex`, which is not generally allowed in production mongodb code. If a reader-writer mutex is required, the LockManager's ResourceMutex type is the currently recommended type.