-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
ALL
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Executing a findAndModify with sort over a timeseries unsharded tracked collection will fail with InvalidOptions error and the following message:
Cannot perform findAndModify with sort on a sharded timeseries collection
This is wrong because the collection is not sharded. In order to fix this problem, we should fix this check to add !cri.isSharded().
Also, we should make sure that findAndModify with sort on tracked timeseries collections works properly and that we have correct test coverage.
- is caused by
-
SERVER-76530 Support findAndModify remove on a sharded timeseries collection
-
- Closed
-