MyeoungDev commented on issue #8484: URL: https://github.com/apache/seatunnel/issues/8484#issuecomment-2579178798
Hello, I encountered a similar issue with java.lang.OutOfMemoryError: Metaspace. https://github.com/apache/seatunnel/issues/8288 Currently, the SeaTunnel 2.3.8 official documentation default classloader-cache-mode: true. However, upon reviewing the actual implementation code, it was found to be set to false. By setting the classloader-cache-mode option to true, the classLoader will be reused for each submit-job, which should resolve your issue. -- 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]
