Hisoka-X commented on issue #4915: URL: https://github.com/apache/seatunnel/issues/4915#issuecomment-1991265172
> Theoretically, there should only be two classloaders, and they should be released when the tasks were completed. No, one job not only one type classloader at now. It will including source classloader, sink classloader, and `source and sink` classloader. > I have found that after all the tasks have ended, There are still three instances of SeaTunnelChildFirstClassLoader. Yes. In cache mode, we store classloader in the memory so we can reuse it in the future. -- 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]
