-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: 8.0.0-rc3
-
Component/s: None
-
None
-
Cluster Scalability
-
ALL
The introduction of a default index for timeseries (SERVER-66689) currently expects the index to have the default collation, even if the collection is specifically created with a non-simple collation.
The timeserie_index_partial.js tests currently verifies this behaviour for a collection with non-simple collation with the "extraIndexes" being the expected the index fields set here.
in case a moveCollection run in between the creation and the check of the collection, the check will fail as the index now contains the field "collation".
The goal of this ticket is to investigate whether is ok for the collation field to be present and in case fix the TODOs
- related to
-
SERVER-89689 The default timeseries index does not use collection's collation if no collation is specified.
- Closed
-
SERVER-90321 Complete TODO listed in SERVER-89705
- Closed