LiJie20190102 commented on code in PR #10431:
URL: https://github.com/apache/seatunnel/pull/10431#discussion_r2758943273


##########
seatunnel-engine/seatunnel-engine-core/src/main/java/org/apache/seatunnel/engine/core/classloader/DefaultClassLoaderService.java:
##########
@@ -91,8 +97,8 @@ public synchronized ClassLoader getClassLoader(long jobId, 
Collection<URL> jars)
             } else {
                 log.debug("Run the test class without file checking");
             }
-            ClassLoader classLoader = new SeaTunnelChildFirstClassLoader(jars);
-            log.info("Create classloader for job {} with jars {}", jobId, 
jars);
+            ClassLoader classLoader = new 
SeaTunnelChildFirstClassLoader(resolvedJars);
+            log.info("Create classloader for job {} with resolvedJars {}", 
jobId, resolvedJars);

Review Comment:
   Based on the suggestions you provided, I made corresponding adjustments and 
conducted a test to verify them.
   <img width="2303" height="510" alt="image" 
src="https://github.com/user-attachments/assets/82937df1-20b0-4c59-a68e-0c28de7d1d6d";
 />
   <img width="2291" height="753" alt="image" 
src="https://github.com/user-attachments/assets/2723c29f-bec8-4a6a-b1ce-158e45b942f6";
 />
   <img width="1841" height="580" alt="image" 
src="https://github.com/user-attachments/assets/cf0941a7-3dd7-4e9b-9efb-c61678ab5033";
 />
   



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