You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Damian Guy (JIRA)" <ji...@apache.org> on 2016/09/27 10:06:20 UTC

[jira] [Created] (KAFKA-4223) RocksDBStore should close all open iterators on close

Damian Guy created KAFKA-4223:
---------------------------------

             Summary: RocksDBStore should close all open iterators on close
                 Key: KAFKA-4223
                 URL: https://issues.apache.org/jira/browse/KAFKA-4223
             Project: Kafka
          Issue Type: Bug
          Components: streams
    Affects Versions: 0.10.1.0
            Reporter: Damian Guy
            Assignee: Damian Guy
             Fix For: 0.10.1.0


RocksDBStore doesn't keep track of the open iterators. So when the store is closed due to rebalance or otherwise, this may result in resource leakage as any open iterators will not be closed.
The store should keep track of the open iterators and close them when the store is closed



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