-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 5.0.7
-
Component/s: None
-
Fully Compatible
-
ALL
-
v6.0, v5.0
-
-
QO 2022-09-19, QO 2022-10-03
db['test-array-ts'].countDocuments({ date: { $lt: ISODate('1970-01-01T18:31:22.000+00:00') } }) result: 149
db['test-array-ts'].countDocuments({ date: { $lt: ISODate('1965-01-01T18:31:22.000+00:00') } }) result: 1989943
- depends on
-
SERVER-66794 Add an in-memory flag for TS collections having dates outside years 1970-2038
- Closed
- is depended on by
-
SERVER-73641 Timeseries filtering can miss extended-range events when sharded
- Closed
- is related to
-
SERVER-69952 Filtering on dates outside of the 32 bit epoch range returns wrong results
- Closed
- related to
-
SERVER-66727 Time-series bucket can be created that violates max time-span
- Closed
-
SERVER-67825 Investigate where time-series functionality relies on control summary timestamps
- Closed