-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 7.2.0, 7.3.0
-
Component/s: None
-
Catalog and Routing
-
Fully Compatible
-
v8.0, v7.3
-
CAR Team 2024-08-05
In SERVER-81890 we attempted to make all index comparisons use their normalized version. However, it seems that this led to a problem with how the createIndexes command processes indexes.
Particularly, if we have a collection that has a non-simple collation with an index built with the collection's default collation then we can't build an index with a simple collation.
- fixes
-
SERVER-92900 Cannot build index with simple collation on a collection with a non-default collator if an index already exists with the collection's collator
- Closed
- is caused by
-
SERVER-81890 Avoid invariant due to in progress index build during initial sync
- Closed
- related to
-
SERVER-93141 Avoid invariant due to in progress index build during initial sync
- Closed