Login  Register

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

Posted by Shang Yuanchun (Jira) on Jun 18, 2021; 6:47am
URL: http://deprecated-apache-flink-mailing-list-archive.368.s1.nabble.com/jira-Created-FLINK-23029-Extend-PluginLoader-to-allow-closing-of-backing-ClassLoader-tp51491.html

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)