Description
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
Attachments
Issue Links
- links to