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/58fd14856d2dbbbec49d65ec6a1b6796/bazel_cache/33d18d311b7c0cb8812477a320550d4d/execroot/_main/src/mongo/db/admission/rate_limiter.cpp:208: MISSING_LOCK 174778 Accessing "this->_impl->tokenBucket" without holding lock "mongo::WriteRarelyRWMutex._writeMutex". Elsewhere, "mongo::admission::RateLimiter::RateLimiterPrivate.tokenBucket" is written to with "WriteRarelyRWMutex._writeMutex" held 2 out of 2 times.
- duplicates
-
SERVER-105513 Coverity analysis defect 174670: Data race condition
-
- Closed
-
-
SERVER-105514 Coverity analysis defect 174667: Data race condition
-
- Closed
-