-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.6.8, 4.0.4, 4.1.4
-
Component/s: Index Maintenance
-
None
-
Query
-
ALL
-
-
(copied to CRM)
The createIndexes command does not validate the type for a 'expireAfterSeconds' option when specified. Instead validation is performed at TTL job run time, resulting in the given index being skipped for consideration.
Instead we should fail the createIndexes command when the value provided for 'expireAfterSeconds' is not valid.
- duplicates
-
SERVER-10075 Should forbid illegal form of TTL indexes
- Closed