You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by StefanRRichter <gi...@git.apache.org> on 2018/04/28 10:18:57 UTC

[GitHub] flink issue #5937: [FLINK-9270] Upgrade RocksDB to 5.11.3, and resolve concu...

Github user StefanRRichter commented on the issue:

    https://github.com/apache/flink/pull/5937
  
    @bowenli86 I already wanted to do this for some time but unfortunately we currently cannot upgrade RocksDB to any higher version than what is used in master. It seems like there is again a performance regression for the merge operator for all newer versions. If you check your Travis runs, you will see that `RocksDBPerformanceTest.testRocksDbMergePerformance` fails all the time. I have commented about this problem in the RocksDB issue tracker, but no reaction so far.
    
    If you agree, please close this PR.


---