[infinispan-issues] [JBoss JIRA] (ISPN-8033) Distributed Stream rehash is broken if a map operation is used
Pedro Ruivo (JIRA)
issues at jboss.org
Wed Jul 12 13:08:00 EDT 2017
[ https://issues.jboss.org/browse/ISPN-8033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pedro Ruivo updated ISPN-8033:
------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> 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