-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Catalog and Routing
-
Fully Compatible
-
ALL
-
CAR Team 2024-11-11
`index_commands_shard_targeting.js` test sets up a sharded cluster and distributes the chunks, ensuring that the primary shard receives no chunks. It then performs several operations, such as `createIndexes` and `dropIndexes`, and checks that the shard version of the primary shard remains unchanged.
Currently, it checks the collection placement version, which reflects the maximum shard version across all shards that the db primary shard knows.
However, this test needs to check the shard version of the db primary shard instead of the collection placement version.
- is depended on by
-
SERVER-95393 Use a ConfigServerCatalogCacheLoader for the router-role and a ShardServerCatalogCacheLoader for the shard-role
- In Progress