[infinispan-issues] [JBoss JIRA] (ISPN-9193) CollectionMapper forEach should delegate to actualCollection
Tristan Tarrant (JIRA)
issues at jboss.org
Tue May 22 03:51:00 EDT 2018
[ https://issues.jboss.org/browse/ISPN-9193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
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.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the infinispan-issues
mailing list