FangYongs commented on PR #22718: URL: https://github.com/apache/flink/pull/22718#issuecomment-1578003277
Thanks @zentol, the issue will happened as following steps: 1. Flink create new classloader for each job 2. Flink job tries to load class from its classloader 3. If the classloader is empty, the job classloader will load class from its parent classloader 4. After the class is loaded, the job classloader will add the class in its local cache (JVM version after 8) 5. The classloader can only be released by fullgc What do you think of it? Thanks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
