You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2021/06/18 06:47:00 UTC

[jira] [Created] (FLINK-23029) Extend PluginLoader to allow closing of backing ClassLoader

Chesnay Schepler created FLINK-23029:
----------------------------------------

             Summary: Extend PluginLoader to allow closing of backing ClassLoader
                 Key: FLINK-23029
                 URL: https://issues.apache.org/jira/browse/FLINK-23029
             Project: Flink
          Issue Type: Improvement
          Components: Runtime / Coordination
            Reporter: Chesnay Schepler
            Assignee: Chesnay Schepler
             Fix For: 1.14.0


The PluginLoader is currently never closing the backing classloader, which means that plugins remain loaded until the application shuts down.

This for example makes it impossible to use the plugins in the mini cluster, because they would be loaded multiple times.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)