You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Stefan Richter (JIRA)" <ji...@apache.org> on 2016/11/23 13:22:58 UTC

[jira] [Created] (FLINK-5146) Improved resource cleanup in RocksDB keyed state backend

Stefan Richter created FLINK-5146:
-------------------------------------

             Summary: Improved resource cleanup in RocksDB keyed state backend
                 Key: FLINK-5146
                 URL: https://issues.apache.org/jira/browse/FLINK-5146
             Project: Flink
          Issue Type: Improvement
          Components: State Backends, Checkpointing
            Reporter: Stefan Richter


Currently, the resources such as taken snapshots or iterators are not always cleaned up in the RocksDB state backend. In particular, not starting the runnable future will leave taken snapshots unreleased.

We should improve the releases of all resources allocated through the RocksDB JNI bridge.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)