You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stefan Richter (JIRA)" <ji...@apache.org> on 2017/08/16 15:08:00 UTC

[jira] [Updated] (FLINK-7460) Close all ColumnFamilyHandles when restoring rescaled incremental checkpoints

     [ https://issues.apache.org/jira/browse/FLINK-7460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Richter updated FLINK-7460:
----------------------------------
    Affects Version/s: 1.4.0
                       1.3.2

> 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
>    Affects Versions: 1.4.0, 1.3.2
>            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)