]
Tristan Tarrant updated ISPN-9193:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
CollectionMapper forEach should delegate to actualCollection
------------------------------------------------------------
Key: ISPN-9193
URL:
https://issues.jboss.org/browse/ISPN-9193
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 9.0.0.Final
Reporter: William Burns
Assignee: William Burns
Fix For: 9.3.0.CR1
CollectionMapper currently delegates forEach method to the stream instead of the
underlying collection. This can cause issues since stream serializes the function across
to be executed on all nodes. This should instead delegate to the actualCollection to allow
for local operation.