]
Radim Vansa reassigned ISPN-8378:
---------------------------------
Assignee: William Burns
ReadOnlyMapImpl.entries leaks CloseableIterator
-----------------------------------------------
Key: ISPN-8378
URL:
https://issues.jboss.org/browse/ISPN-8378
Project: Infinispan
Issue Type: Bug
Components: Core
Reporter: Radim Vansa
Assignee: William Burns
The iterator is passed to Traversable, but Traversable is not Closeable itself, so if it
is not fully traversed it will leak resources.