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/07 07:18:48 UTC

[GitHub] [flink] zentol commented on a change in pull request #13031: [FLINK-18773][runtime] Enables parallel user-code and plugin class loader.

zentol commented on a change in pull request #13031:
URL: https://github.com/apache/flink/pull/13031#discussion_r466864583



##########
File path: flink-core/src/main/java/org/apache/flink/util/ChildFirstClassLoader.java
##########
@@ -73,9 +71,7 @@ public ChildFirstClassLoader(
 				// let URLClassLoader do it, which will eventually call the parent
 				c = super.loadClassWithoutExceptionHandling(name, resolve);
 			}
-		}
-
-		if (resolve) {
+		} else if (resolve) {

Review comment:
       what's this change about?




----------------------------------------------------------------
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