-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Execution Team 2021-03-08
We need to accept the currently rejected "clusteredIndex" parameter for collection creation, but only on timeseries bucket collections.
This option is currently only used internally, but mongo tools use the output of listCollections to clone collections. Since "clusteredIndex" shows up in listCollections, we cannot reject the parameter.
Test that the output of listCollections on a timeseries buckets collection can be used to create a new collection.