Class ClusterEntryPointExceptionUtils
java.lang.Object
org.apache.flink.runtime.entrypoint.ClusterEntryPointExceptionUtils
Exception utils to handle and enrich exceptions occurring in the ClusterEntrypoint.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidTries to enrich the passed exception or its causes with additional information.
-
Method Details
-
tryEnrichClusterEntryPointError
Tries to enrich the passed exception or its causes with additional information.This method improves error messages for direct and metaspace
OutOfMemoryError. It adds descriptions about possible causes and ways of resolution.- Parameters:
root- The Throwable of which the cause tree shall be traversed.
-