[
https://issues.apache.org/jira/browse/FLINK-24918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-24918:
-----------------------------------
Labels: pull-request-available stale-assigned (was: pull-request-available)
I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help
the community manage its development. I see this issue is assigned but has not
received an update in 30 days, so it has been labeled "stale-assigned".
If you are still working on the issue, please remove the label and add a
comment updating the community on your progress. If this issue is waiting on
feedback, please consider this a reminder to the committer/reviewer. Flink is a
very active project, and so we appreciate your patience.
If you are no longer working on the issue, please unassign yourself so someone
else may work on it.
> Support to specify the data dir for state benchmark
> ----------------------------------------------------
>
> Key: FLINK-24918
> URL: https://issues.apache.org/jira/browse/FLINK-24918
> Project: Flink
> Issue Type: Improvement
> Components: Benchmarks, Runtime / State Backends
> Reporter: Aitozi
> Assignee: Aitozi
> Priority: Minor
> Labels: pull-request-available, stale-assigned
>
> {{StateBackendBenchmarkUtils}} use null as the parent dir to create temp dir,
> which will finally use the /tmp as the data dir. It has two downsides:
> 1. the /tmp dir often mount with tmpfs, which may store data in memory. it
> will affect the result of rocksdb benchmark
> 2. It can not support to use benchmark to measure the performance on a new
> device.
> So I purpose to enhance the state benchmark to support specify the default
> data dir. And avoiding to use the {{/tmp}} as default.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)