You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Zhu Zhu (Jira)" <ji...@apache.org> on 2021/03/11 12:40:00 UTC

[jira] [Created] (FLINK-21735) Harden JobMaster#updateTaskExecutionState()

Zhu Zhu created FLINK-21735:
-------------------------------

             Summary: Harden JobMaster#updateTaskExecutionState()
                 Key: FLINK-21735
                 URL: https://issues.apache.org/jira/browse/FLINK-21735
             Project: Flink
          Issue Type: Improvement
          Components: Runtime / Coordination
    Affects Versions: 1.13.0
            Reporter: Zhu Zhu


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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)