-
Type:
Bug
-
Resolution: Works as Designed
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Cluster Scalability
-
ALL
-
ClusterScalability 2Feb-16Feb, ClusterScalability 16Feb-2Mar
-
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/s/resharding/resharding_donor_service.cpp:745: MISSING_LOCK 142328 Accessing "this->this->_allRecipientsDoneCloning" without holding lock "mongo::ReshardingDonorService::DonorStateMachine._mutex". Elsewhere, "mongo::ReshardingDonorService::DonorStateMachine._allRecipientsDoneCloning" is written to with "DonorStateMachine._mutex" held 1 out of 1 times.
- is related to
-
SERVER-102246 Coverity analysis defect 171683: Data race condition
-
- Closed
-
-
SERVER-116199 Coverity analysis defect 183931: Data race condition
-
- Closed
-