Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
5.0.7
-
None
-
Fully Compatible
-
ALL
-
v6.0, v5.0
-
-
QO 2022-09-19, QO 2022-10-03
Description
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 |
Attachments
Issue Links
- 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
-
- Open
-
- is documented by
-
DOCS-15650 [Server] Investigate changes in SERVER-66469: Filtering timeseries with date-field does not include results from before 1970
-
- 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
-