Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.15.1, 1.16.0
Description
In PeriodicMaterializationManager.start(), the 1st materialization is scheduled with a delay: materialization_interval + random_offset
Here, random_offset is added to avoid thundering herd problem.
The next materialization will be scheduled with a delay of only materialization_interval.
That means that the 1st materialization will have to compact up to 2 times more state changes than the subsequent ones.
Which in turn can cause FLINK--26590 or other problems.
Attachments
Issue Links
- blocks
-
FLINK-25842 [v2] FLIP-158: Generalized incremental checkpoints
- Resolved
- causes
-
FLINK-26590 Triggered checkpoints can be delayed by discarding shared state
- Open
- links to