You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by je-ik <gi...@git.apache.org> on 2018/02/11 21:02:40 UTC

[GitHub] flink issue #5185: [FLINK-8297] [flink-rocksdb] optionally use RocksDBMapSta...

Github user je-ik commented on the issue:

    https://github.com/apache/flink/pull/5185
  
    @aljoscha I (partly) reworked this PR as you suggest. There are still some unresolved questions though:
     1) I'm not 100% sure how to cleanly support the migration between list state savepoints, would you have any pointers on how should I address this?
     2) I didn't test the new version on actual flink job yet, it just passes tests
    I think there will be some more modifications needed, so I will test this on real data when there is agreement on the actual implementation.
    Thanks in advance for any comments!


---