[
https://issues.apache.org/jira/browse/KAFKA-4223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15535436#comment-15535436
]
ASF GitHub Bot commented on KAFKA-4223:
---------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/kafka/pull/1917
> 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)