You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Dian Fu (Jira)" <ji...@apache.org> on 2020/10/13 02:19:00 UTC

[jira] [Created] (FLINK-19590) flink-streaming-java module failed to compile

Dian Fu created FLINK-19590:
-------------------------------

             Summary: flink-streaming-java module failed to compile
                 Key: FLINK-19590
                 URL: https://issues.apache.org/jira/browse/FLINK-19590
             Project: Flink
          Issue Type: Bug
          Components: API / DataStream
    Affects Versions: 1.12.0
            Reporter: Dian Fu
             Fix For: 1.12.0


https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=7474&view=logs&j=52b61abe-a3cc-5bde-cc35-1bbe89bb7df5&t=54421a62-0c80-5aad-3319-094ff69180bb

{code}
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project flink-streaming-java_2.11: Compilation failure: Compilation failure:
[ERROR] /__w/1/s/flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/io/StreamMultipleInputProcessorFactory.java:[138,45] method getManagedMemoryFractionOperatorUseCaseOfSlot in class org.apache.flink.streaming.api.graph.StreamConfig cannot be applied to given types;
[ERROR] required: org.apache.flink.core.memory.ManagedMemoryUseCase,org.apache.flink.configuration.Configuration,java.lang.ClassLoader
[ERROR] found: org.apache.flink.core.memory.ManagedMemoryUseCase,org.apache.flink.configuration.Configuration
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /__w/1/s/flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/io/StreamTwoInputProcessorFactory.java:[109,45] method getManagedMemoryFractionOperatorUseCaseOfSlot in class org.apache.flink.streaming.api.graph.StreamConfig cannot be applied to given types;
[ERROR] required: org.apache.flink.core.memory.ManagedMemoryUseCase,org.apache.flink.configuration.Configuration,java.lang.ClassLoader
[ERROR] found: org.apache.flink.core.memory.ManagedMemoryUseCase,org.apache.flink.configuration.Configuration
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] -> [Help 1]
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)