summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTommaso Tocci <tommaso.tocci@mongodb.com>2022-08-22 23:01:08 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-22 23:51:27 +0000
commit9ce6107036523ec56dfee4e714ca76e9103198ad (patch)
tree07f1ccc073fbe36603844f781a4866795c2a2b8d
parentbfdd46ebfa6b2b27441cb11e9fcbe3cbd6ffbad2 (diff)
downloadmongo-9ce6107036523ec56dfee4e714ca76e9103198ad.tar.gz
SERVER-69038 CollMod coordinator V3 does not serialize with concurrent migrations
-rw-r--r--src/mongo/db/s/collmod_coordinator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/s/collmod_coordinator.cpp b/src/mongo/db/s/collmod_coordinator.cpp
index 2e052ccdd43..3e5abedde21 100644
--- a/src/mongo/db/s/collmod_coordinator.cpp
+++ b/src/mongo/db/s/collmod_coordinator.cpp
@@ -197,7 +197,7 @@ ExecutorFuture<void> CollModCoordinator::_runImpl(
sharding_ddl_util::stopMigrations(
opCtx, _collInfo->nsForTargeting, _doc.getCollUUID());
}
- });
+ })();
})
.then(_executePhase(
Phase::kBlockShards,