wbo4958 commented on PR #50334:
URL: https://github.com/apache/spark/pull/50334#issuecomment-2752764027

   Hi @vicennial ,
   
   Looks like we couldn't copy the global jars into session-specific jars. 
Consider this scenario, A spark plugin is added by "--jars" when launching 
connect server, then the executor will immediately fetch the global jars and 
initialize the spark plugin.
   
   If we copy the global jars into session-specific jars, when the tasks are 
running on the executor side, when the code hits the plugin, the 
session-specific classloader is going to reload the plugin which could result 
in plugin not working.
   


-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to