]
William Burns updated ISPN-6923:
--------------------------------
Summary: HotRod bulk commands that provide a limit need to close the iterator (was:
HotRod bulk commands that take a count need to close the iterator)
HotRod bulk commands that provide a limit need to close the iterator
--------------------------------------------------------------------
Key: ISPN-6923
URL:
https://issues.jboss.org/browse/ISPN-6923
Project: Infinispan
Issue Type: Bug
Components: Server
Affects Versions: 8.0.0.Final
Reporter: William Burns
Fix For: 9.0.0.Alpha4, 8.2.4.Final
When using a cache that is distributed and a hotrod bulk operation with a count the
entries or keys are not fully iterated upon, which requires the iterator to be manually
closed or else this will consume a thread per request until the server runs out of
resources.