]
Dan Berindei commented on ISPN-7922:
------------------------------------
[~william.burns] what exactly is the address counter? I couldn't find any reference to
it in the code :)
OffHeap stream causes too many entries in memory at once
--------------------------------------------------------
Key: ISPN-7922
URL:
https://issues.jboss.org/browse/ISPN-7922
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 9.0.1.Final
Reporter: William Burns
Assignee: William Burns
Fix For: 9.0.2.Final, 9.1.0.Beta1
Using flatMap for some reason causes the stream operation to keep entries in memory for
all entries that map to a given lock. We should have these processed by address counter
instead.