-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
Dotnet Drivers
-
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/MongoDB.Driver/Core/Clusters/MultiServerCluster.cs:156: GUARDED_BY_VIOLATION 162218 Accessing "this._servers" without holding lock "MultiServerCluster._serversLock". Elsewhere, "MultiServerCluster._servers" is written to with "MultiServerCluster._serversLock" held 2 out of 2 times.
- is duplicated by
-
CSHARP-5146 Coverity analysis defect 127193: Data race condition
-
- Blocked
-