[ https://issues.apache.org/jira/browse/FLINK-21735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Till Rohrmann closed FLINK-21735. --------------------------------- Fix Version/s: 1.12.3 1.13.0 1.11.4 Resolution: Fixed Fixed via 1.13.0: 4751f2ee1bbd35f16de54996a18f810889bcf7ab 1.12.3: 8ffda1057a568101b1458820d6f22731b50cc9a1 1.11.4: f28db07305a6574b32d95d6563102e5cba6279fa > 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: Nicholas Jiang > Priority: Major > Labels: pull-request-available > Fix For: 1.11.4, 1.13.0, 1.12.3 > > > 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)