Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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.
Attachments
Issue Links
- Is contained by
-
FLINK-18783 Load AkkaRpcService through separate class loader
- Closed