XComp commented on a change in pull request #13111: URL: https://github.com/apache/flink/pull/13111#discussion_r469246546
########## File path: flink-runtime/src/main/java/org/apache/flink/runtime/entrypoint/ClusterEntryPointExceptionUtils.java ########## @@ -61,7 +61,7 @@ private ClusterEntryPointExceptionUtils() { * {@code null} if the argument was {@code null} */ @Nullable - static Throwable tryEnrichClusterEntryPointError(@Nullable Throwable exception) { + public static Throwable tryEnrichClusterEntryPointError(@Nullable Throwable exception) { Review comment: First version of the heap space-related error message was added. Don't we have to add this as well to the `TaskManagerExceptionUtils`? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org