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: [email protected] With regards, Apache Git Services
