summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/SConscript
diff options
context:
space:
mode:
authorAntonio Fuschetto <antonio.fuschetto@mongodb.com>2022-11-08 17:43:18 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-11-08 18:31:34 +0000
commit50e767b1dbbd5104959989e056d3bd04b6119748 (patch)
treee7dda3367db2bd38d9145b8d23385312f03f7b22 /src/mongo/db/s/SConscript
parent7e3381f8a26e6bb01d4715961f6babadff651de0 (diff)
downloadmongo-50e767b1dbbd5104959989e056d3bd04b6119748.tar.gz
SERVER-68541 Serialize the removeShard and commitMovePrimary commands to prevent the loss of moved collections
Diffstat (limited to 'src/mongo/db/s/SConscript')
-rw-r--r--src/mongo/db/s/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/s/SConscript b/src/mongo/db/s/SConscript
index 7ded31465e1..eca1b1a2a0c 100644
--- a/src/mongo/db/s/SConscript
+++ b/src/mongo/db/s/SConscript
@@ -352,6 +352,7 @@ env.Library(
'config/configsvr_clear_jumbo_flag_command.cpp',
'config/configsvr_collmod_command.cpp',
'config/configsvr_commit_chunk_migration_command.cpp',
+ 'config/configsvr_commit_move_primary_command.cpp',
'config/configsvr_commit_reshard_collection_command.cpp',
'config/configsvr_configure_collection_balancing.cpp',
'config/configsvr_control_balancer_command.cpp',