[jira] [Created] (FLINK-10909) Possible RocksDBStateBackend performance regression with rocksdbjni-5.7.5

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-10909) Possible RocksDBStateBackend performance regression with rocksdbjni-5.7.5

Shang Yuanchun (Jira)
Mohamed Amine ABDESSEMED created FLINK-10909:
------------------------------------------------

             Summary: Possible RocksDBStateBackend performance regression with rocksdbjni-5.7.5
                 Key: FLINK-10909
                 URL: https://issues.apache.org/jira/browse/FLINK-10909
             Project: Flink
          Issue Type: Improvement
          Components: State Backends, Checkpointing
    Affects Versions: 1.6.2
            Reporter: Mohamed Amine ABDESSEMED


Hello,

We suspect RocksDBStateBackend performance regression after upgrading to flink-1.6.1(rocksdbjni-5.7.5)
similar to https://issues.apache.org/jira/browse/FLINK-5756 and [https://github.com/facebook/rocksdb/issues/1988

Here are the test results using the test code provided by [~StephanEwen] in  [https://github.com/facebook/rocksdb/issues/1988

Test results with rocksdbjni-5.7.5:

begin insert
end insert - duration: *54 ms*
end get - duration: *37247 ms*


Test results with frocksdbjni-4.11.2-artisans:

begin insert
end insert - duration: *53 ms*
end get - duration: *4 ms*

Can anyone confirm ?

Regards,
Amine



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)