Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
1.15.0
-
None
Description
This is the umbrella issues for possible class leaks in flink-table / sql planner and runtimes.
Currently for a flink cluster, the flink classes are loaded by the system ClassLoader while each job would have separate user ClassLoaders. In this case, if some class loaded by the system ClassLoader has static variables that reference the classes loaded by the user ClassLoaders, the user ClassLoaders would not be able to be released, which might cause class leak in some way.
Attachments
Issue Links
- is related to
-
FLINK-18356 flink-table-planner Exit code 137 returned from process
- Resolved
There are no Sub-Tasks for this issue.