[
https://issues.apache.org/jira/browse/FLINK-23091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17367548#comment-17367548
]
Seth Wiesman commented on FLINK-23091:
--------------------------------------
[~echauchot] You should follow FLINK-18783. The goal is to have akka on a
separate class loader so Scala does not leak into the runtime and the scala
version does not matter.
> Bump Akka to 2.6
> ----------------
>
> Key: FLINK-23091
> URL: https://issues.apache.org/jira/browse/FLINK-23091
> Project: Flink
> Issue Type: Sub-task
> Components: Build System, Runtime / Coordination
> Reporter: Chesnay Schepler
> Assignee: Chesnay Schepler
> Priority: Major
> Fix For: 1.14.0
>
>
> When loading akka 2.5 through a separate classloader a leak occurs because
> akka 2.5 contains a custom ForkJoinPool implementation with a ThreadLocal,
> which results in a ClassLoaderLeak if any outside thread touches this
> implementation.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)