Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
None
-
None
-
None
-
None
-
Flink 1.5.2
Description
When setting the configuration failOnCheckpointingErrors, any checkpoints that are declined don't appear to print the stack trace for the exception that was thrown.
The current code appears to print a descriptive message, but not the actual underlying cause of why the checkpoint failed in the first place.
This would be useful for trying to determine reasons for failure so we can take steps to improve the reliability of checkpointing (even though the setting 'failOnCheckpointingErrors' is set, it would still be useful to see the causes of checkpoint failures)
Attachments
Issue Links
- duplicates
-
FLINK-10753 Propagate and log snapshotting exceptions
- Closed