Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.11.1
Description
As visible in the attached screenshot, start delay is 0, despite very high end to end time and very quick async/sync times. This is impossible, as "start delay" should be equal to "end_to_end_time - sync_time - async_time".
The bug is probably in CheckpointBarrierUnaligner class, which seems to never invoke CheckpointBarrierHandler#markCheckpointStart.
It's important to make sure this metric is also set for source tasks (time to acquire checkpoint lock).
Attachments
Attachments
Issue Links
- is related to
-
FLINK-15603 Show checkpoint start delay in checkpoint statistics
- Closed
- relates to
-
FLINK-22833 Source tasks (both old and new) are not reporting checkpoint start delay via CheckpointMetrics
- Closed
-
FLINK-18662 Provide more detailed metrics why unaligned checkpoint is taking long time
- Closed
- links to