You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/02/11 02:48:34 UTC

[GitHub] carp84 commented on issue #7674: [FLINK-10043] [State Backends] Refactor RocksDBKeyedStateBackend object construction/initialization/restore code

carp84 commented on issue #7674: [FLINK-10043] [State Backends] Refactor RocksDBKeyedStateBackend object construction/initialization/restore code
URL: https://github.com/apache/flink/pull/7674#issuecomment-462207409
 
 
   Please note that the default column family must be recorded after db open instead of using the one returned by RocksDB#getDefaultFamily, since somehow they’re different native handles (confirmed by debugging) and there’ll be problem closing the db if using the later method. So the first commit of this PR is actually reverted in later commits.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services