GitHub user bowenli86 opened a pull request:
https://github.com/apache/flink/pull/5325
[FLINK-8469] [State Backend] [RocksDB] unify RocksDB params in
RocksDBPerformanceTest
## What is the purpose of the change
two unit tests in RocksDBPerformanceTest share the same lots of params.
This PR unifies RocksDB params in RocksDBPerformanceTest
## Brief change log
unify RocksDB params in RocksDBPerformanceTest
## Verifying this change
This change is already covered by existing tests, such as
*RocksDBPerformanceTest*.
## Does this pull request potentially affect one of the following parts:
none
## Documentation
none
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bowenli86/flink FLINK-8469
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/5325.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5325
----
commit ca1636c40276c6cb826eb8b0cd221f3d2d440315
Author: Bowen Li <bowenli86@...>
Date: 2018-01-02T19:21:28Z
update local branch
commit e0cc43f051c76202416a72545dbf0cc024f718bc
Author: Bowen Li <bowenli86@...>
Date: 2018-01-04T01:35:11Z
remove sh
commit e577be0bb80d9ed079b614468fe6257d671edba6
Author: Bowen Li <bowenli86@...>
Date: 2018-01-21T00:23:06Z
[FLINK-8469] unify RocksDB params in RocksDBPerformanceTest
----
---