There is a _docMutex in the ShardingDDLCoordinatorImpl and most of the codes that access _doc use it, but not all of them. This could cause data race as indicated by the TSAN builds.
- is depended on by
-
SERVER-90048 Synchronize access to the MigrationBlockingOperationCoordinator document in shardsvr_begin_migration_blocking_operation.cpp
- Closed