wenjin272 opened a new issue, #268:
URL: https://github.com/apache/flink-agents/issues/268

   ### Search before asking
   
   - [x] I searched in the 
[issues](https://github.com/apache/flink-agents/issues) and found nothing 
similar.
   
   ### Description
   
   Currently, flink-agents always use system class loader on tm when 
deserialize function tool contained in agent plan, which may cause class not 
found exception when the function is defined in user jar. 
   
   To resolve this issue, user have to  place the user jar to flink lib 
directory, which is unnatural.
   
   We should use user class loader rather than system class loader.
   
   ### Are you willing to submit a PR?
   
   - [x] I'm willing to submit a PR!


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