-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Replication
-
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/repl/bgsync.cpp:966: MISSING_LOCK 150277 Accessing "this->_lastOpTimeFetched" without holding lock "mongo::repl::BackgroundSync._mutex". Elsewhere, "mongo::repl::BackgroundSync._lastOpTimeFetched" is written to with "BackgroundSync._mutex" held 2 out of 3 times.
- related to
-
SERVER-122706 Coverity: add GUARDED_BY to InitialSyncer and BaseCloner state
-
- Needs Scheduling
-
-
SERVER-123264 Coverity: add GUARDED_BY to BackgroundSync state
-
- Needs Scheduling
-