-
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
/data/mci/4197827dfd19dfe79142f7d25f6e6f0f/bazel_cache/a1dc365b351479c659b51fd1e7d5df0a/execroot/_main/src/mongo/db/repl/replication_coordinator_impl.h:2162: MISSING_LOCK 162876 Accessing "this->_promise" without holding lock "mongo::WriteRarelyRWMutex._writeMutex". Elsewhere, "mongo::repl::ReplicationCoordinatorImpl::PrimaryMajorityReadsAvailability._promise" is written to with "WriteRarelyRWMutex._writeMutex" held 2 out of 2 times.
- related to
-
SERVER-122708 Coverity: add GUARDED_BY to transaction coordinator state and fix SharedPromise write-lock
-
- Needs Scheduling
-