[
https://issues.apache.org/jira/browse/FLINK-15222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-15222:
-----------------------------------
Labels: pull-request-available (was: )
> 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
> Priority: Major
> Labels: pull-request-available
>
> Currently we're maintaining the state benchmark utils in the
> [flink-benchmark|https://github.com/dataArtisans/flink-benchmarks] 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)