-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.11.0
-
Component/s: Runtime / Coordination
-
Labels:
JavaGcCleanerWrapper is looking for the package-private method Reference.tryHandlePending using reflection. However, the method is first introduced in the version jdk8u72(-b01). Therefore, if an older version JDK is used, the method cannot be found and Flink will fail.
See also this ML thread.
- links to