-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Catalog and Routing
-
CAR Team 2024-03-04
-
1
There is a TODO in the codebase referencing a resolved ticket which is assigned to you.
Please follow this link to see the lines of code referencing this resolved ticket:
https://github.com/mongodb/mongo/search?q=SERVER-33253&type=Code
In SERVER-76293 we made `checkMetadataConsistency` command to check for collection options consistency and in SERVER-74086 we made the command to check for index consistency.
Thus, both options and indexes consistency checks are performed by the `checkMetadataConsistencyInBackground` test hook. So there is no need to add these checks in the `checkUUIDsConsistentAcrossCluster` test hook.
The goal of this ticket is to simply remove the aforementioned TODO.
- depends on
-
SERVER-76293 Check that all the shards have exactly the same collection options
- Closed
- is related to
-
SERVER-33253 [passthrough testing] extend cluster catalog consistency hook to add checks for collection indexes and options
- Closed