[infinispan-issues] [JBoss JIRA] (ISPN-9193) CollectionMapper forEach should delegate to actualCollection

William Burns (JIRA) issues at jboss.org
Mon May 21 11:16:00 EDT 2018


     [ https://issues.jboss.org/browse/ISPN-9193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

William Burns updated ISPN-9193:
--------------------------------
              Status: Pull Request Sent  (was: Open)
    Git Pull Request: https://github.com/infinispan/infinispan/pull/6000


> 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