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/14 14:05:48 UTC

[GitHub] flink issue #5185: [FLINK-8297] [flink-rocksdb] Optionally store elements of...

Github user je-ik commented on the issue:

    https://github.com/apache/flink/pull/5185
  
    @aljoscha I updated the title. I'm a little concerned about the serialization in savepoint. If the serialization is *exactly* the same, doesn't that actually mean that again, the whole List will be stored in single byte[], which will OOME for cases which the user wanted to solve by activating the "large list" implementation? Or am I missing something?


---