[jira] [Commented] (FLINK-4803) Job Cancel can hang forever waiting for OutputFormat.close()

2017-02-21 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15875892#comment-15875892 ] Stephan Ewen commented on FLINK-4803: - This has actually been fixed with the introduction of the

[jira] [Commented] (FLINK-4803) Job Cancel can hang forever waiting for OutputFormat.close()

2016-10-12 Thread Shannon Carey (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15569025#comment-15569025 ] Shannon Carey commented on FLINK-4803: -- Yes, that's right. cancel() blocks on close(), and therefore

[jira] [Commented] (FLINK-4803) Job Cancel can hang forever waiting for OutputFormat.close()

2016-10-12 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15568076#comment-15568076 ] Stephan Ewen commented on FLINK-4803: - The task thread is actually interrupted. Immediately, after the