Nico Kruber created FLINK-17703: ----------------------------------- Summary: Default execution command fails due 'benchmark' profile being inactive Key: FLINK-17703 URL: https://issues.apache.org/jira/browse/FLINK-17703 Project: Flink Issue Type: Improvement Components: Benchmarks Affects Versions: 1.11.0 Reporter: Nico Kruber Assignee: Nico Kruber Fix For: 1.11.0
FLINK-17057 had some unfortunate side effects: by having the "{{include-netty-tcnative-dynamic"}} profile active by default, the "{{benchmark"}} profile was not active any more. Thus the following command that was typically used for running the benchmarks failed unless the "{{benchmark"}} profile was activated manually like this: {code:java} mvn -Dflink.version=1.11-SNAPSHOT clean package exec:exec -P benchmark{code} -- This message was sent by Atlassian Jira (v8.3.4#803005)