-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
ALL
-
Execution Team 2024-10-14
Validate currently checks that the control.min.timefield of a bucket is <= the observed earliest measurement, rounded down according to the granularity.
However, when we change the granularity to be higher (going, for example, from seconds -> minutes, minutes -> hours, etc), the timestamp of the earliest measurement will be rounded down to be LESS than the control.min timestamp, because of the new, coarser granularity.
This results in a false-positive validation failure.
- duplicates
-
SERVER-87065 Make validation checks for min/max and embedded timestamp robust against extended range events and changing granularity
- Closed
- is depended on by
-
SERVER-87065 Make validation checks for min/max and embedded timestamp robust against extended range events and changing granularity
- Closed