[infinispan-issues] [JBoss JIRA] (ISPN-8033) Distributed Stream rehash is broken if a map operation is used

William Burns (JIRA) issues at jboss.org
Fri Jul 7 12:18:00 EDT 2017


William Burns created ISPN-8033:
-----------------------------------

             Summary: Distributed Stream rehash is broken if a map operation is used
                 Key: ISPN-8033
                 URL: https://issues.jboss.org/browse/ISPN-8033
             Project: Infinispan
          Issue Type: Bug
          Components: Distributed Execution and Map/Reduce
    Affects Versions: 9.1.0.CR1
            Reporter: William Burns
            Assignee: William Burns
             Fix For: 9.1.0.Final


Rehash distributed streams are broken if an intermediate operation is present that has a map operation.

{code}
cache.entrySet().stream().map(Map.Entry::getValue)
{code}

This is due to the stream supplier doesn't create a new stream on each invocation in DistributionBulkInterceptor.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the infinispan-issues mailing list