-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Optimization
-
ALL
-
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/traffic_recorder.cpp:327: MISSING_LOCK 143364 Accessing "this->_recording" without holding lock "mongo::TrafficRecorder._mutex". Elsewhere, "mongo::TrafficRecorder._recording" is written to with "TrafficRecorder._mutex" held 2 out of 2 times.
- is related to
-
SERVER-108629 Coverity analysis defect 156292: Data race condition
-
- Closed
-