- Remove mongos version check in sharding_statistics_server_status.js
- Remove OpObserver::onStartIndexBuildSinglePhase as it was added to make index operations abort migrations in FCV4.2.
- Remove mongos version check in index_and_collection_option_propagation.js and create_idx_empty_primary.js.
- Remove mongos version check in check_indexes_consistent_across_cluster.js.
- Remove the check for a shard version in abortOnGoingMigrationIfNeeded() in shard_server_op_observer.cpp
- Remove FCV check in periodic index consistency checker (added by
SERVER-46084). - Remove FCV switching logic in this test.
- is depended on by
-
SERVER-46163 Enumerate and remove Sharding-related FCV4.2-dependent code and tests
- Closed
- related to
-
SERVER-47324 Skip dassert when index commands from non internal clients abort migrations
- Closed