You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Matt Wang (Jira)" <ji...@apache.org> on 2020/08/19 02:36:00 UTC

[jira] [Commented] (FLINK-18983) Job doesn't changed to failed if close function has blocked

    [ https://issues.apache.org/jira/browse/FLINK-18983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17180221#comment-17180221 ] 

Matt Wang commented on FLINK-18983:
-----------------------------------

You can add a test case in Description which has this problem.

> Job doesn't changed to failed if close function has blocked
> -----------------------------------------------------------
>
>                 Key: FLINK-18983
>                 URL: https://issues.apache.org/jira/browse/FLINK-18983
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / Task
>    Affects Versions: 1.11.0
>            Reporter: YufeiLiu
>            Priority: Major
>
> If a operator throw a exception, it will break process loop and dispose all operator. But state will never switch to FAILED if block in Function.close, and JobMaster can't know the final state and do restart.
> Task have {{TaskCancelerWatchDog}} to kill process if cancellation timeout, but it doesn't work for FAILED task.
> Can we just report final state and trigger clean up action by JM.



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