[ https://issues.apache.org/jira/browse/FLINK-37115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17912750#comment-17912750 ]
Weijie Guo commented on FLINK-37115: ------------------------------------ [~Zhanghao Chen] Could you please take a look? thanks. > [Benchmark] Compile error related with SerializerConfig > ------------------------------------------------------- > > Key: FLINK-37115 > URL: https://issues.apache.org/jira/browse/FLINK-37115 > Project: Flink > Issue Type: Bug > Reporter: Zakelly Lan > Assignee: Zhanghao Chen > Priority: Major > > {code:java} > 12:43:54 [INFO] ------------------------------------------------------------- > 12:43:54 [ERROR] COMPILATION ERROR : > 12:43:54 [INFO] ------------------------------------------------------------- > 12:43:54 [ERROR] > /mnt/jenkins/workspace/flink-main-benchmarks/flink-benchmarks/src/main/java/org/apache/flink/benchmark/SerializationFrameworkMiniBenchmarks.java:[70,46] > cannot find symbol > 12:43:54 symbol: method > registerPojoType(java.lang.Class<org.apache.flink.benchmark.SerializationFrameworkMiniBenchmarks.MyPojo>) > 12:43:54 location: interface > org.apache.flink.api.common.serialization.SerializerConfig > 12:43:54 [ERROR] > /mnt/jenkins/workspace/flink-main-benchmarks/flink-benchmarks/src/main/java/org/apache/flink/benchmark/SerializationFrameworkMiniBenchmarks.java:[71,46] > cannot find symbol > 12:43:54 symbol: method > registerPojoType(java.lang.Class<org.apache.flink.benchmark.SerializationFrameworkMiniBenchmarks.MyOperation>) > 12:43:54 location: interface > org.apache.flink.api.common.serialization.SerializerConfig > 12:43:54 [ERROR] > /mnt/jenkins/workspace/flink-main-benchmarks/flink-benchmarks/src/main/java/org/apache/flink/benchmark/SerializationFrameworkMiniBenchmarks.java:[86,46] > cannot find symbol > 12:43:54 symbol: method > registerPojoType(java.lang.Class<org.apache.flink.benchmark.SerializationFrameworkMiniBenchmarks.MyPojo>) > 12:43:54 location: interface > org.apache.flink.api.common.serialization.SerializerConfig > 12:43:54 [ERROR] > /mnt/jenkins/workspace/flink-main-benchmarks/flink-benchmarks/src/main/java/org/apache/flink/benchmark/SerializationFrameworkMiniBenchmarks.java:[87,46] > cannot find symbol > 12:43:54 symbol: method > registerPojoType(java.lang.Class<org.apache.flink.benchmark.SerializationFrameworkMiniBenchmarks.MyOperation>) > 12:43:54 location: interface > org.apache.flink.api.common.serialization.SerializerConfig > 12:43:54 [ERROR] > /mnt/jenkins/workspace/flink-main-benchmarks/flink-benchmarks/src/main/java/org/apache/flink/benchmark/SerializationFrameworkMiniBenchmarks.java:[115,46] > cannot find symbol > 12:43:54 symbol: method setForceKryo(boolean) > 12:43:54 location: interface > org.apache.flink.api.common.serialization.SerializerConfig > 12:43:54 [ERROR] > /mnt/jenkins/workspace/flink-main-benchmarks/flink-benchmarks/src/main/java/org/apache/flink/benchmark/SerializationFrameworkMiniBenchmarks.java:[116,46] > cannot find symbol > 12:43:54 symbol: method > registerKryoType(java.lang.Class<org.apache.flink.benchmark.SerializationFrameworkMiniBenchmarks.MyPojo>) > 12:43:54 location: interface > org.apache.flink.api.common.serialization.SerializerConfig > 12:43:54 [ERROR] > /mnt/jenkins/workspace/flink-main-benchmarks/flink-benchmarks/src/main/java/org/apache/flink/benchmark/SerializationFrameworkMiniBenchmarks.java:[117,46] > cannot find symbol > 12:43:54 symbol: method > registerKryoType(java.lang.Class<org.apache.flink.benchmark.SerializationFrameworkMiniBenchmarks.MyOperation>) > 12:43:54 location: interface > org.apache.flink.api.common.serialization.SerializerConfig > 12:43:54 [ERROR] > /mnt/jenkins/workspace/flink-main-benchmarks/flink-benchmarks/src/main/java/org/apache/flink/benchmark/full/SerializationFrameworkAllBenchmarks.java:[86,46] > cannot find symbol > 12:43:54 symbol: method setForceAvro(boolean) > 12:43:54 location: interface > org.apache.flink.api.common.serialization.SerializerConfig > 12:43:54 [ERROR] > /mnt/jenkins/workspace/flink-main-benchmarks/flink-benchmarks/src/main/java/org/apache/flink/benchmark/full/SerializationFrameworkAllBenchmarks.java:[100,46] > cannot find symbol > 12:43:54 symbol: method setForceAvro(boolean) > 12:43:54 location: interface > org.apache.flink.api.common.serialization.SerializerConfig > 12:43:54 [ERROR] > /mnt/jenkins/workspace/flink-main-benchmarks/flink-benchmarks/src/main/java/org/apache/flink/benchmark/full/SerializationFrameworkAllBenchmarks.java:[130,46] > cannot find symbol > 12:43:54 symbol: method setForceKryo(boolean) > 12:43:54 location: interface > org.apache.flink.api.common.serialization.SerializerConfig > 12:43:54 [ERROR] > /mnt/jenkins/workspace/flink-main-benchmarks/flink-benchmarks/src/main/java/org/apache/flink/benchmark/full/SerializationFrameworkAllBenchmarks.java:[131,46] > cannot find symbol > 12:43:54 symbol: method > addDefaultKryoSerializer(java.lang.Class<org.apache.flink.benchmark.thrift.MyPojo>,java.lang.Class<com.twitter.chill.thrift.TBaseSerializer>) > 12:43:54 location: interface > org.apache.flink.api.common.serialization.SerializerConfig > 12:43:54 [ERROR] > /mnt/jenkins/workspace/flink-main-benchmarks/flink-benchmarks/src/main/java/org/apache/flink/benchmark/full/SerializationFrameworkAllBenchmarks.java:[133,46] > cannot find symbol > 12:43:54 symbol: method > addDefaultKryoSerializer(java.lang.Class<org.apache.flink.benchmark.thrift.MyOperation>,java.lang.Class<com.twitter.chill.thrift.TBaseSerializer>) > 12:43:54 location: interface > org.apache.flink.api.common.serialization.SerializerConfig > 12:43:54 [ERROR] > /mnt/jenkins/workspace/flink-main-benchmarks/flink-benchmarks/src/main/java/org/apache/flink/benchmark/full/SerializationFrameworkAllBenchmarks.java:[149,46] > cannot find symbol > 12:43:54 symbol: method setForceKryo(boolean) > 12:43:54 location: interface > org.apache.flink.api.common.serialization.SerializerConfig > 12:43:54 [ERROR] > /mnt/jenkins/workspace/flink-main-benchmarks/flink-benchmarks/src/main/java/org/apache/flink/benchmark/full/SerializationFrameworkAllBenchmarks.java:[150,46] > cannot find symbol > 12:43:54 symbol: method > registerTypeWithKryoSerializer(java.lang.Class<org.apache.flink.benchmark.protobuf.MyPojoOuterClass.MyPojo>,java.lang.Class<com.twitter.chill.protobuf.ProtobufSerializer>) > 12:43:54 location: interface > org.apache.flink.api.common.serialization.SerializerConfig > 12:43:54 [ERROR] > /mnt/jenkins/workspace/flink-main-benchmarks/flink-benchmarks/src/main/java/org/apache/flink/benchmark/full/SerializationFrameworkAllBenchmarks.java:[153,46] > cannot find symbol > 12:43:54 symbol: method > registerTypeWithKryoSerializer(java.lang.Class<org.apache.flink.benchmark.protobuf.MyPojoOuterClass.MyOperation>,java.lang.Class<com.twitter.chill.protobuf.ProtobufSerializer>) > 12:43:54 location: interface > org.apache.flink.api.common.serialization.SerializerConfig > 12:43:54 [INFO] 15 errors > 12:43:54 [INFO] ------------------------------------------------------------- > 12:43:54 [INFO] > ------------------------------------------------------------------------ > 12:43:54 [INFO] BUILD FAILURE > 12:43:54 [INFO] > ------------------------------------------------------------------------ > 12:43:54 [INFO] Total time: 7.225 s > 12:43:54 [INFO] Finished at: 2025-01-14T12:43:54+08:00 > 12:43:54 [INFO] > ------------------------------------------------------------------------ > 12:43:54 [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile > (default-compile) on project benchmark: Compilation failure: Compilation > failure: > 12:43:54 [ERROR] > /mnt/jenkins/workspace/flink-main-benchmarks/flink-benchmarks/src/main/java/org/apache/flink/benchmark/SerializationFrameworkMiniBenchmarks.java:[70,46] > cannot find symbol > 12:43:54 [ERROR] symbol: method > registerPojoType(java.lang.Class<org.apache.flink.benchmark.SerializationFrameworkMiniBenchmarks.MyPojo>) > 12:43:54 [ERROR] location: interface > org.apache.flink.api.common.serialization.SerializerConfig > 12:43:54 [ERROR] > /mnt/jenkins/workspace/flink-main-benchmarks/flink-benchmarks/src/main/java/org/apache/flink/benchmark/SerializationFrameworkMiniBenchmarks.java:[71,46] > cannot find symbol > 12:43:54 [ERROR] symbol: method > registerPojoType(java.lang.Class<org.apache.flink.benchmark.SerializationFrameworkMiniBenchmarks.MyOperation>) > 12:43:54 [ERROR] location: interface > org.apache.flink.api.common.serialization.SerializerConfig > 12:43:54 [ERROR] > /mnt/jenkins/workspace/flink-main-benchmarks/flink-benchmarks/src/main/java/org/apache/flink/benchmark/SerializationFrameworkMiniBenchmarks.java:[86,46] > cannot find symbol > 12:43:54 [ERROR] symbol: method > registerPojoType(java.lang.Class<org.apache.flink.benchmark.SerializationFrameworkMiniBenchmarks.MyPojo>) > 12:43:54 [ERROR] location: interface > org.apache.flink.api.common.serialization.SerializerConfig > 12:43:54 [ERROR] > /mnt/jenkins/workspace/flink-main-benchmarks/flink-benchmarks/src/main/java/org/apache/flink/benchmark/SerializationFrameworkMiniBenchmarks.java:[87,46] > cannot find symbol > 12:43:54 [ERROR] symbol: method > registerPojoType(java.lang.Class<org.apache.flink.benchmark.SerializationFrameworkMiniBenchmarks.MyOperation>) > 12:43:54 [ERROR] location: interface > org.apache.flink.api.common.serialization.SerializerConfig > 12:43:54 [ERROR] > /mnt/jenkins/workspace/flink-main-benchmarks/flink-benchmarks/src/main/java/org/apache/flink/benchmark/SerializationFrameworkMiniBenchmarks.java:[115,46] > cannot find symbol > 12:43:54 [ERROR] symbol: method setForceKryo(boolean) > 12:43:54 [ERROR] location: interface > org.apache.flink.api.common.serialization.SerializerConfig > 12:43:54 [ERROR] > /mnt/jenkins/workspace/flink-main-benchmarks/flink-benchmarks/src/main/java/org/apache/flink/benchmark/SerializationFrameworkMiniBenchmarks.java:[116,46] > cannot find symbol > 12:43:54 [ERROR] symbol: method > registerKryoType(java.lang.Class<org.apache.flink.benchmark.SerializationFrameworkMiniBenchmarks.MyPojo>) > 12:43:54 [ERROR] location: interface > org.apache.flink.api.common.serialization.SerializerConfig > 12:43:54 [ERROR] > /mnt/jenkins/workspace/flink-main-benchmarks/flink-benchmarks/src/main/java/org/apache/flink/benchmark/SerializationFrameworkMiniBenchmarks.java:[117,46] > cannot find symbol > 12:43:54 [ERROR] symbol: method > registerKryoType(java.lang.Class<org.apache.flink.benchmark.SerializationFrameworkMiniBenchmarks.MyOperation>) > 12:43:54 [ERROR] location: interface > org.apache.flink.api.common.serialization.SerializerConfig > 12:43:54 [ERROR] > /mnt/jenkins/workspace/flink-main-benchmarks/flink-benchmarks/src/main/java/org/apache/flink/benchmark/full/SerializationFrameworkAllBenchmarks.java:[86,46] > cannot find symbol > 12:43:54 [ERROR] symbol: method setForceAvro(boolean) > 12:43:54 [ERROR] location: interface > org.apache.flink.api.common.serialization.SerializerConfig > 12:43:54 [ERROR] > /mnt/jenkins/workspace/flink-main-benchmarks/flink-benchmarks/src/main/java/org/apache/flink/benchmark/full/SerializationFrameworkAllBenchmarks.java:[100,46] > cannot find symbol > 12:43:54 [ERROR] symbol: method setForceAvro(boolean) > 12:43:54 [ERROR] location: interface > org.apache.flink.api.common.serialization.SerializerConfig > 12:43:54 [ERROR] > /mnt/jenkins/workspace/flink-main-benchmarks/flink-benchmarks/src/main/java/org/apache/flink/benchmark/full/SerializationFrameworkAllBenchmarks.java:[130,46] > cannot find symbol > 12:43:54 [ERROR] symbol: method setForceKryo(boolean) > 12:43:54 [ERROR] location: interface > org.apache.flink.api.common.serialization.SerializerConfig > 12:43:54 [ERROR] > /mnt/jenkins/workspace/flink-main-benchmarks/flink-benchmarks/src/main/java/org/apache/flink/benchmark/full/SerializationFrameworkAllBenchmarks.java:[131,46] > cannot find symbol > 12:43:54 [ERROR] symbol: method > addDefaultKryoSerializer(java.lang.Class<org.apache.flink.benchmark.thrift.MyPojo>,java.lang.Class<com.twitter.chill.thrift.TBaseSerializer>) > 12:43:54 [ERROR] location: interface > org.apache.flink.api.common.serialization.SerializerConfig > 12:43:54 [ERROR] > /mnt/jenkins/workspace/flink-main-benchmarks/flink-benchmarks/src/main/java/org/apache/flink/benchmark/full/SerializationFrameworkAllBenchmarks.java:[133,46] > cannot find symbol > 12:43:54 [ERROR] symbol: method > addDefaultKryoSerializer(java.lang.Class<org.apache.flink.benchmark.thrift.MyOperation>,java.lang.Class<com.twitter.chill.thrift.TBaseSerializer>) > 12:43:54 [ERROR] location: interface > org.apache.flink.api.common.serialization.SerializerConfig > 12:43:54 [ERROR] > /mnt/jenkins/workspace/flink-main-benchmarks/flink-benchmarks/src/main/java/org/apache/flink/benchmark/full/SerializationFrameworkAllBenchmarks.java:[149,46] > cannot find symbol > 12:43:54 [ERROR] symbol: method setForceKryo(boolean) > 12:43:54 [ERROR] location: interface > org.apache.flink.api.common.serialization.SerializerConfig > 12:43:54 [ERROR] > /mnt/jenkins/workspace/flink-main-benchmarks/flink-benchmarks/src/main/java/org/apache/flink/benchmark/full/SerializationFrameworkAllBenchmarks.java:[150,46] > cannot find symbol > 12:43:54 [ERROR] symbol: method > registerTypeWithKryoSerializer(java.lang.Class<org.apache.flink.benchmark.protobuf.MyPojoOuterClass.MyPojo>,java.lang.Class<com.twitter.chill.protobuf.ProtobufSerializer>) > 12:43:54 [ERROR] location: interface > org.apache.flink.api.common.serialization.SerializerConfig > 12:43:54 [ERROR] > /mnt/jenkins/workspace/flink-main-benchmarks/flink-benchmarks/src/main/java/org/apache/flink/benchmark/full/SerializationFrameworkAllBenchmarks.java:[153,46] > cannot find symbol > 12:43:54 [ERROR] symbol: method > registerTypeWithKryoSerializer(java.lang.Class<org.apache.flink.benchmark.protobuf.MyPojoOuterClass.MyOperation>,java.lang.Class<com.twitter.chill.protobuf.ProtobufSerializer>) > 12:43:54 [ERROR] location: interface > org.apache.flink.api.common.serialization.SerializerConfig > 12:43:54 [ERROR] -> [Help 1] > 12:43:54 [ERROR] > 12:43:54 [ERROR] To see the full stack trace of the errors, re-run Maven > with the -e switch. > 12:43:54 [ERROR] Re-run Maven using the -X switch to enable full debug > logging. > 12:43:54 [ERROR] > 12:43:54 [ERROR] For more information about the errors and possible > solutions, please read the following articles: > 12:43:54 [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)