You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2018/08/05 14:10:00 UTC

[jira] [Closed] (FLINK-10033) Let Task release reference to Invokable on shutdown

     [ https://issues.apache.org/jira/browse/FLINK-10033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephan Ewen closed FLINK-10033.
--------------------------------

> Let Task release reference to Invokable on shutdown
> ---------------------------------------------------
>
>                 Key: FLINK-10033
>                 URL: https://issues.apache.org/jira/browse/FLINK-10033
>             Project: Flink
>          Issue Type: Bug
>          Components: TaskManager
>    Affects Versions: 1.5.2
>            Reporter: Stephan Ewen
>            Assignee: Stephan Ewen
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.5.3, 1.6.0
>
>
> References to Task objects may under some conditions linger longer than for the lifetime of the task. For example, in case of local network channels, the receiving task may have a reference to the object of the task that produced the data.
> To prevent against memory leaks, the Task needs to release all references to its AbstractInvokable when it shuts down or cancels.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)