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/22bd5cb6273c9c571686198c9f6023af/bazel_cache/3d8c86e2cd3c28a487a62d019e05fed8/execroot/_main/src/mongo/util/versioned_value.h:143: MISSING_LOCK 175362 Accessing "this->_current" without holding lock "mongo::WriteRarelyRWMutex._writeMutex". Elsewhere, "mongo::VersionedValue<mongo::MirroredReadsParameters, mongo::WriteRarelyRWMutex, mongo::versioned_value_detail::DefaultLockPolicy>._current" is written to with "WriteRarelyRWMutex._writeMutex" held 1 out of 1 times.