Yu Li created FLINK-15222:
-----------------------------
Summary: Move state benchmark utils into core repository
Key: FLINK-15222
URL:
https://issues.apache.org/jira/browse/FLINK-15222 Project: Flink
Issue Type: Improvement
Components: Runtime / State Backends
Reporter: Yu Li
Currently we're maintaining the state benchmark utils in the flink-benchmark repository instead of core repository, which not only make it hard to find out compatibility issues if state backend codes are refactored and will cause problems like FLINK-15199, but also disobeys the instructions of flink-benchmark project:
{quote}
Recommended code structure is to define all benchmarks in Apache Flink and only wrap them here, in this repository, into executor classes.
Such code structured is due to using GPL2 licensed jmh library for the actual execution of the benchmarks. Ideally we would prefer to have all of the code moved to Apache Flink
{quote}
We will improve this and prevent future incompatible problem in this JIRA.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)