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/storage/collection_truncate_markers.cpp:514: MISSING_LOCK 162506 Accessing "this->_highestRecordId" without holding lock "mongo::CollectionTruncateMarkersWithPartialExpiration._highestRecordMutex". Elsewhere, "mongo::CollectionTruncateMarkersWithPartialExpiration._highestRecordId" is written to with "CollectionTruncateMarkersWithPartialExpiration._highestRecordMutex" held 1 out of 1 times.
- is duplicated by
-
SERVER-108534 Coverity analysis defect 162377: Data race condition
-
- Closed
-