You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2023/06/15 13:06:00 UTC

[jira] [Created] (FLINK-32358) CI may unintentionally use fallback akka loader

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)