-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Service Arch
-
Fully Compatible
-
ALL
-
v8.0
-
173
The change in SERVER-88812 means that ThroughputProbing now creates an opCtx as part of its periodic monitoring job. Since an OperationContext creates a Locker, which in turn accesses the TicketHolderManager::get decoration, we need to make sure that decoration is installed before the monitor starts, or risk data races.