xintongsong commented on pull request #11300: URL: https://github.com/apache/flink/pull/11300#issuecomment-625595730
@DestyNova, Flink does not provide class loading/unloading tracing. However, you can do that by manually specifiying JVM options. You can add `-XX:+TraceClassLoading -XX:+TraceClassUnloading` to the Flink configuration option `env.java.opts.taskmanager`. Then you should see information about loading/unloading classes in your GC log. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
