-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
ALL
-
34
The createIndexes command doesn't specify a type for the "bits" field that is part of the index spec - though there is a struct type "NewIndexSpec" that does define a type for the bits field, the createIndexes command does not use it. However, the listIndexes command does define the "bits" field as type safeInt. This can lead to a problem during any collection cloning phase (we saw an error during Tenant Migrations, but it could happen during initial sync as well), because the node that is cloning indexes typically runs the listIndexes command to learn what indexes it should create.
- is related to
-
SERVER-74305 APIStrict validation is not performed for fields in 'indexes' array in createIndex command
- Backlog
-
SERVER-69750 For certain index options, $listCatalog output could have inconsistent data type as $listIndexes
- Closed
-
SERVER-73858 Inconsistent error handling in singe-phase index builds during oplog application
- Closed
- related to
-
SERVER-89210 Chunk migration can unnecessarily fail due to inconsistency between listIndexes and local catalog
- Backlog
-
SERVER-77828 listIndexes should report expireAfterSeconds as a float
- Closed
-
SERVER-73874 clean up geo_small_large.js and initial_sync_index_conflict.js
- Closed