Zhilong Hong created FLINK-23879:
------------------------------------
Summary: Benchmark not compiling
Key: FLINK-23879
URL: https://issues.apache.org/jira/browse/FLINK-23879
Project: Flink
Issue Type: Bug
Components: Benchmarks
Reporter: Zhilong Hong
Fix For: 1.14.0
The benchmark is not compiling from Aug. 16th, 2021. The error is:
{noformat}
[2021-08-19T23:18:36.242Z] [ERROR]
/home/jenkins/workspace/flink-scheduler-benchmarks/flink-benchmarks/src/main/java/org/apache/flink/benchmark/SortingBoundedInputBenchmarks.java:47:54:
error: package org.apache.flink.streaming.runtime.streamstatus does not exist
[2021-08-19T23:18:36.242Z] [ERROR]
/home/jenkins/workspace/flink-scheduler-benchmarks/flink-benchmarks/src/main/java/org/apache/flink/benchmark/SortingBoundedInputBenchmarks.java:350:40:
error: cannot find symbol{noformat}
It seems to be introduced by FLINK-23767, in which {{StreamStatus}} is replaced
with {{WatermarkStatus}}.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)