-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 6.0.0-rc7
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
v6.0, v5.0
-
-
Execution Team 2022-05-30, Execution Team 2022-06-13
-
76
The time-series bucket _id field contains bucket min time, which is held as an ObjectId in unix epoch form. Inserting dates prior to Jan 1st 1970 (which aren't supported by our ObjectId timestamp representation) leads to a value that represents a future date. It is possible to insert 2 measurements one with a pre-1970 date and one with a future date that are incorrectly included in the same bucket.
- is related to
-
SERVER-66469 Filtering timeseries with date-field does not include results from before 1970
- Closed