Stefan Richter created FLINK-7460:
-------------------------------------
Summary: Close all ColumnFamilyHandles when restoring rescaled
incremental checkpoints
Key: FLINK-7460
URL: https://issues.apache.org/jira/browse/FLINK-7460
Project: Flink
Issue Type: Bug
Components: State Backends, Checkpointing
Reporter: Stefan Richter
Assignee: Stefan Richter
Priority: Minor
In the restore method of the `RocksDBKeyedStateBackend` exists a case for
rescaling incremental checkpoints. This code creates temporary RocksDB
instances, but does not close the ColumnFamilyHandles created for those
temporary instances. This has shown in some assertion errors from RocksDB in
certain tests.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)