JING ZHANG created FLINK-23282: ---------------------------------- Summary: Compile error in `Streaming Java` module: MailboxProcessor.java:[217,13] Key: FLINK-23282 URL: https://issues.apache.org/jira/browse/FLINK-23282 Project: Flink Issue Type: Bug Reporter: JING ZHANG
Compile error in master branch caused by class MailboxProcessor.java[217,13], the detailed information is as following: {code:java} [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:47 min [INFO] Finished at: 2021-07-06T22:21:27+08:00 [INFO] ------------------------------------------------------------------------ [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 [ERROR] /Users/zhangjing/IdeaProjects/flink/flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/mailbox/MailboxProcessor.java:[217,13] 找不到符号 [ERROR] 符号: 方法 ensureControlFlowSignalCheck() [ERROR] 位置: 类 org.apache.flink.streaming.runtime.tasks.mailbox.MailboxProcessor [ERROR] [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <args> -rf :flink-streaming-java_2.11 {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)