Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.13.0
Description
Currently JobMaster#updateTaskExecutionState() is very important to trigger task scheduling and recovery. We do not expect any exception to happen directly in its invocation, so I'd propose to wrap it with a try-catch to fail the JobMaster once any exception is caught. This can better expose the unexpected bugs.
Attachments
Attachments
Issue Links
- is related to
-
FLINK-21707 Job is possible to hang when restarting a FINISHED task with POINTWISE BLOCKING consumers
- Closed
- links to