Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.9.0, 1.10.0
Description
Currently, Flink has the FlinkUserCodeClassLoader, which is using to load user’s class. However, the user class and the system class are all loaded by the system classloader in the perjob mode. This introduces some conflicts.
This document[1] gives a proposal that makes the FlinkUserClassLoader load the user class in perjob mode. (disscuss with Till[2])
[2] https://docs.google.com/document/d/1SUhFt1BmsGMLUYVa72SWLbNrrWzunvcjAlEm8iusvq0/edit
Attachments
Issue Links
- causes
-
FLINK-25053 Document how to use the usrlib to load code in the user code class loader
- Closed
- duplicates
-
FLINK-13840 Let StandaloneJobClusterEntrypoint use user code class loader
- Closed
- links to