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/2006ae47c4fa51084686224d91165a80/bazel_cache/8dcbf7b414805e9b3db2630be769f408/execroot/_main/src/mongo/db/s/resharding/resharding_recipient_service.h:191: MISSING_LOCK 140760 Accessing "this->_completionPromise" without holding lock "mongo::ReshardingRecipientService::RecipientStateMachine._mutex". Elsewhere, "mongo::ReshardingRecipientService::RecipientStateMachine._completionPromise" is written to with "RecipientStateMachine._mutex" held 2 out of 2 times.