You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "JieFang.He (Jira)" <ji...@apache.org> on 2022/07/07 00:37:00 UTC

[jira] [Updated] (FLINK-28287) Should TaskManagerRunner need a ShutdownHook

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

JieFang.He updated FLINK-28287:
-------------------------------
    Affects Version/s: 1.15.1
                       1.14.5
                           (was: 1.14.0)

> Should TaskManagerRunner need a ShutdownHook
> --------------------------------------------
>
>                 Key: FLINK-28287
>                 URL: https://issues.apache.org/jira/browse/FLINK-28287
>             Project: Flink
>          Issue Type: Improvement
>    Affects Versions: 1.14.5, 1.15.1
>            Reporter: JieFang.He
>            Priority: Major
>
> TaskManagerRunner  has a close method,but did not call when it stop.
> Some resources in TaskManagerRunner come with ShutdownHook, but some resources do not, such as rpcSystem, which causes the temporary file flink-rpc-akka_*.jar to not be deleted when stop.
> Should TaskManagerRunner need a ShutdownHook to call the close method to release all resources
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)