You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2018/07/13 09:30:00 UTC

[jira] [Updated] (FLINK-9844) PackagedProgram does not close URLClassLoader

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

Chesnay Schepler updated FLINK-9844:
------------------------------------
    Affects Version/s: 1.6.0
                       1.4.2
                       1.5.1

> PackagedProgram does not close URLClassLoader
> ---------------------------------------------
>
>                 Key: FLINK-9844
>                 URL: https://issues.apache.org/jira/browse/FLINK-9844
>             Project: Flink
>          Issue Type: Improvement
>          Components: Core, Job-Submission
>    Affects Versions: 1.4.2, 1.5.1, 1.6.0
>            Reporter: Chesnay Schepler
>            Priority: Major
>
> The {{PackagedProgram}} class creates a user-code classloader to execute the programs {{main}} method.
> This classloader is a {{URLClassLoader}} (except in the case of some tests), which contains opened {{JarFiles}} for all accessed jars.
> The {{URLClassLoader}} class implements {{Closeable}} for the purpose of cleaning up closeable resources, however we never actually call this method. The {{PackagedProgram}} only works against the {{ClassLoader}} class, which doesn't implement {{Closeable}}.
> As a result, deleting a jar after submitting it with the {{JarRunHandler}} currently fails on Windows, since the jar is still in use.



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