TyrantLucifer commented on code in PR #2719:
URL: 
https://github.com/apache/incubator-seatunnel/pull/2719#discussion_r971463162


##########
seatunnel-plugin-discovery/src/main/java/org/apache/seatunnel/plugin/discovery/AbstractPluginDiscovery.java:
##########
@@ -107,15 +107,25 @@ public T createPluginInstance(PluginIdentifier 
pluginIdentifier) {
             try {
                 // use current thread classloader to avoid different 
classloader load same class error.
                 this.addURLToClassLoader.accept(classLoader, 
pluginJarPath.get());
+                ClassLoader finalClassLoader = classLoader;

Review Comment:
   It comes to changes to the core logic, I need to verify this PR so that it 
is currently pending.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to