You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Fang Yong (Jira)" <ji...@apache.org> on 2023/06/06 01:50:00 UTC

[jira] [Created] (FLINK-32265) Use default classloader in jobmanager when there are no user jars for job

Fang Yong created FLINK-32265:
---------------------------------

             Summary: Use default classloader in jobmanager when there are no user jars for job
                 Key: FLINK-32265
                 URL: https://issues.apache.org/jira/browse/FLINK-32265
             Project: Flink
          Issue Type: Sub-task
          Components: Runtime / Coordination
    Affects Versions: 1.18.0
            Reporter: Fang Yong


Currently job manager will create a new class loader for each flink job even it has no user jars, which may cause metaspace increasing. Flink can use system classloader for the jobs without jars.



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