Chesnay Schepler created FLINK-32358:
----------------------------------------
Summary: CI may unintentionally use fallback akka loader
Key: FLINK-32358
URL: https://issues.apache.org/jira/browse/FLINK-32358
Project: Flink
Issue Type: Technical Debt
Components: Build System / CI
Reporter: Chesnay Schepler
Assignee: Chesnay Schepler
Fix For: 1.18.0
We have a fallback akka loader for developer convenience in the IDE, that is on
the classpath of most modules. Depending on the order of jars on the classpath
it can happen that the fallback loader appears first, which we dont want
because it slows down the build and creates noisy logs.
We can add a simple prioritization scheme to the rpc system loading to remedy
that.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)