[
https://issues.apache.org/jira/browse/FLINK-21735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Till Rohrmann reassigned FLINK-21735:
-------------------------------------
Assignee: Zhu Zhu
> 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
> Assignee: Zhu Zhu
> Priority: Major
> Labels: pull-request-available
>
> 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)