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/261f65657bd114359a8e3a064d6e450e/bazel_cache/54c751a1c930d7b7fb2afe7fb4a68167/execroot/_main/src/mongo/db/serverless/shard_split_utils.cpp:399: MISSING_LOCK 146478 Accessing "this->_promise" without holding lock "mongo::serverless::RecipientAcceptSplitListener._mutex". Elsewhere, "mongo::serverless::RecipientAcceptSplitListener._promise" is written to with "RecipientAcceptSplitListener._mutex" held 1 out of 1 times.