admin管理员组文章数量:1130349
flink 1.13.3 Exception in thread “Thread-6” java.lang.IllegalStateException: Trying to access closed classloader. Please check if you store classloaders directly or indirectly in static fields. If the stacktrace suggests that the leak occurs in a third party library and cannot be fixed immediately, you can disable this check with the configuration ‘classloader.check-leaked-classloader’.
解决:
修改flink配置文件 : vim flink-conf.yaml
增加 :classloader.check-leaked-classloader: false , 保存后重启任务即可
flink 1.13.3 Exception in thread “Thread-6” java.lang.IllegalStateException: Trying to access closed classloader. Please check if you store classloaders directly or indirectly in static fields. If the stacktrace suggests that the leak occurs in a third party library and cannot be fixed immediately, you can disable this check with the configuration ‘classloader.check-leaked-classloader’.
解决:
修改flink配置文件 : vim flink-conf.yaml
增加 :classloader.check-leaked-classloader: false , 保存后重启任务即可
本文标签: checkDisableFlinkleakedclassloader
版权声明:本文标题:flink you can disable this check with the configuration ‘classloader.check-leaked-classloader‘ 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:https://it.en369.cn/jiaocheng/1754579772a2703930.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。


发表评论