The check that a timeseries collection's bucket's min and max timestamps match with the data does not hold for extended range events, but currently we check that a bucket is extended range event by checking if it's max timestamp is less than the epoch - we should check whether the minimum is less than the epoch, since otherwise we might not recognize a bucket that spans the epoch as being extended range.
- is related to
-
SERVER-98272 Create remediation for if the timestamp embedded in the bucket's ID does not match the control.min timestamp
- Closed