summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/SConscript
diff options
context:
space:
mode:
authorAllison Easton <allison.easton@mongodb.com>2022-07-25 14:06:30 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-07-25 14:36:56 +0000
commitf86a959e46955ef409787abced4a32655a362fe7 (patch)
tree0b90521bb8f95e2bcab33d2ca07e091a73550867 /src/mongo/db/s/SConscript
parentcc4968771221658d66ff42ed2fb861656c5683ca (diff)
downloadmongo-f86a959e46955ef409787abced4a32655a362fe7.tar.gz
SERVER-64242 Make collStats aggregation stage retrieve orphans from BalancerStatisticsRegistry
(cherry picked from commit 2a7a609a78eb12dd5a237933b49b5f6bd03043f2)
Diffstat (limited to 'src/mongo/db/s/SConscript')
-rw-r--r--src/mongo/db/s/SConscript6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mongo/db/s/SConscript b/src/mongo/db/s/SConscript
index 237dad8bcf8..08af4e461bd 100644
--- a/src/mongo/db/s/SConscript
+++ b/src/mongo/db/s/SConscript
@@ -11,12 +11,14 @@ env = env.Clone()
env.Library(
target='sharding_api_d',
source=[
+ 'balancer_stats_registry.cpp',
'collection_metadata.cpp',
'collection_sharding_state_factory_standalone.cpp',
'collection_sharding_state.cpp',
'database_sharding_state.cpp',
'global_user_write_block_state.cpp',
'operation_sharding_state.cpp',
+ 'range_deletion_task.idl',
'shard_key_index_util.cpp',
'sharding_api_d_params.idl',
'sharding_migration_critical_section.cpp',
@@ -31,7 +33,9 @@ env.Library(
'$BUILD_DIR/mongo/base',
'$BUILD_DIR/mongo/db/catalog/index_catalog',
'$BUILD_DIR/mongo/db/concurrency/lock_manager',
+ '$BUILD_DIR/mongo/db/dbdirectclient',
'$BUILD_DIR/mongo/db/range_arithmetic',
+ '$BUILD_DIR/mongo/db/repl/replica_set_aware_service',
'$BUILD_DIR/mongo/s/grid',
'$BUILD_DIR/mongo/s/sharding_routing_table',
],
@@ -47,7 +51,6 @@ env.Library(
'auto_split_vector.cpp',
'chunk_move_write_concern_options.cpp',
'chunk_split_state_driver.cpp',
- 'balancer_stats_registry.cpp',
'chunk_splitter.cpp',
'collection_critical_section_document.idl',
'collection_sharding_runtime.cpp',
@@ -70,7 +73,6 @@ env.Library(
'op_observer_sharding_impl.cpp',
'periodic_balancer_config_refresher.cpp',
'periodic_sharded_index_consistency_checker.cpp',
- 'range_deletion_task.idl',
'range_deletion_util.cpp',
'read_only_catalog_cache_loader.cpp',
'recoverable_critical_section_service.cpp',