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)