The suite's primary purpose is testing initial sync in a sharded cluster context — the fixture uses start_initial_sync_node:
True and electable_initial_sync_node: True, and the key hook is ContinuousInitialSync.
- The @10gen/server-initial-sync team owns all initial-sync-related code across the repo: src/mongo/db/repl/initial_sync/,
jstests/replsets/initial_sync, jstests/hooks/**/run_initial_sync_node_validation.js, etc.
- No other concurrency_sharded_* suite files have specific owners (except the two config_shard variants owned by @10gen/
server-cluster-scalability), so there's no existing team pattern for generic concurrency_sharded suites that would override
this.
- Recent maintainers include Cheahuychou Mao (sharding/initial sync), but the suite's defining characteristic is the initial
sync behavior, not the sharding topology.