zentol opened a new pull request #17385:
URL: https://github.com/apache/flink/pull/17385


   This PR adds a fallback loader for the akka rpc system, primarily for 
running tests in the IDE after a clean rebuild _in the IDE_. In that scenario 
the jars expected by the default loader are not present (in fact no jar is...).
   
   This new loader will invoke maven to fetch the dependencies of 
flink-rpc-akka, and construct a classloader from them.
   
   This is very much just a band-aid. It is only for Flink developers and you 
need to explicitly opt-in (aka, you (and users) cannot affected accidentally).


-- 
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: issues-unsubscr...@flink.apache.org

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


Reply via email to