You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/08/04 16:43:42 UTC

[GitHub] [flink-statefun] sjwiesman commented on a change in pull request #129: [FLINK-18812][statefun-core] Upgrade Flink to 1.11.1

sjwiesman commented on a change in pull request #129:
URL: https://github.com/apache/flink-statefun/pull/129#discussion_r465186356



##########
File path: statefun-flink/statefun-flink-core/src/main/java/org/apache/flink/statefun/flink/core/StatefulFunctionsJob.java
##########
@@ -74,7 +75,9 @@ private static void setDefaultContextClassLoaderIfAbsent() {
     if (classLoader == null) {
       URLClassLoader flinkClassLoader =
           FlinkUserCodeClassLoaders.parentFirst(
-              new URL[0], StatefulFunctionsJob.class.getClassLoader());
+              new URL[0],
+              StatefulFunctionsJob.class.getClassLoader(),
+              FlinkUserCodeClassLoader.NOOP_EXCEPTION_HANDLER);

Review comment:
       This is the same semantic as before. 




----------------------------------------------------------------
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:
users@infra.apache.org