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/3b34054db808e84e865ea3adc167bb30/bazel_cache/8efb34a963653a257fe76e59a8ff65e9/execroot/_main/src/mongo/db/catalog/collection_catalog.cpp:234: MISSING_LOCK 156308 Accessing "this->_catalog" without holding lock "mongo::<unnamed>::LatestCollectionCatalog._writeMutex". Elsewhere, "mongo::<unnamed>::LatestCollectionCatalog._catalog" is written to with "LatestCollectionCatalog._writeMutex" held 1 out of 1 times.