-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
Execution Team 2023-03-06
PeriodicRunnerEmbedded::PeriodicJobImpl holds a pointer to PeriodicRunnerEmbedded, and when the job is stopped it uses that pointer to take the mutex of the runner. This can be an issue because the periodic runner lives in the service context while the periodic job anchors often live in decorations on the service context; thus in these cases the periodic runner will be destructed before the job anchor. Then when the job anchor is destructed and attempts to stop, it will try to access the already-freed runner.
- is depended on by
-
SERVER-74352 Use throughput probing by default
- Closed