You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/09/30 09:05:22 UTC

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

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

Ismael Juma resolved KAFKA-4223.
--------------------------------
    Resolution: Fixed

> 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)