azagrebin commented on a change in pull request #12446:
URL: https://github.com/apache/flink/pull/12446#discussion_r435735686
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/JobManagerSharedServices.java
##########
@@ -140,7 +141,8 @@ public static JobManagerSharedServices fromConfiguration(
blobServer,
BlobLibraryCacheManager.defaultClassLoaderFactory(
FlinkUserCodeClassLoaders.ResolveOrder.fromString(classLoaderResolveOrder),
- alwaysParentFirstLoaderPatterns));
+ alwaysParentFirstLoaderPatterns,
+
ClassLoaderWithErrorHandler.EMPTY_EXCEPTION_HANDLER));
Review comment:
True, we can `Dispatcher.fatalErrorHandler` here if we device to handle
OOMs differently in TM/JM.
----------------------------------------------------------------
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:
[email protected]