]
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.