-
Type:
Bug
-
Resolution: Works as Designed
-
Priority:
Major - P3
-
None
-
Affects Version/s: 7.0.17
-
Component/s: Internal Code
-
Networking & Observability
-
ALL
-
N&O 2025-03-31
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Data race condition
The value of the shared data will be determined by the interleaving of thread execution. Thread shared data is accessed without holding an appropriate lock, possibly causing a race condition
/src/mongo/db/ftdc/controller.cpp:246: MISSING_LOCK 168666 Accessing "this->_path" without holding lock "mongo::FTDCController._mutex". Elsewhere, "mongo::FTDCController._path" is written to with "FTDCController._mutex" held 1 out of 1 times.
- related to
-
SERVER-102884 Synchronize access to _path in FTDCController
-
- Closed
-