[infinispan-issues] [JBoss JIRA] (ISPN-9193) CollectionMapper forEach should delegate to actualCollection
William Burns (JIRA)
issues at jboss.org
Mon May 21 10:38:00 EDT 2018
William Burns created ISPN-9193:
-----------------------------------
Summary: 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.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the infinispan-issues
mailing list