You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Tzu-Li (Gordon) Tai (JIRA)" <ji...@apache.org> on 2019/07/30 04:43:00 UTC

[jira] [Commented] (FLINK-13476) Release partitions for FINISHED or FAILED tasks if they are cancelled

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

Tzu-Li (Gordon) Tai commented on FLINK-13476:
---------------------------------------------

Since this is a blocker for 1.9.0, we should remove the 1.10.0 tag as fix version. I will remove it.

> Release partitions for FINISHED or FAILED tasks if they are cancelled
> ---------------------------------------------------------------------
>
>                 Key: FLINK-13476
>                 URL: https://issues.apache.org/jira/browse/FLINK-13476
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / Coordination
>    Affects Versions: 1.9.0
>            Reporter: Till Rohrmann
>            Priority: Blocker
>             Fix For: 1.9.0, 1.10.0
>
>
> With FLINK-12615 we removed that partitions are being explicitly released from the JM if an {{Execution}} which is in state {{FINISHED}} or {{FAILED}} is being cancelled. In order to not have resource leak when using pipelined result partitions whose consumers fail before start consuming, we should re-introduce the deleted else branch (removed via 408f6b67aefaccfc76708b2d4772eb7f0a8fd984).
> Once we properly wait that a {{Task}} does not finish until its produced results have been either persisted or sent to a consumer, then we should be able to remove this branch again.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)