]
Tristan Tarrant updated ISPN-6089:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: (was: 8.0.3.Final)
Resolution: Done
Distributed Stream doesn't operate in parllel locally
-----------------------------------------------------
Key: ISPN-6089
URL:
https://issues.jboss.org/browse/ISPN-6089
Project: Infinispan
Issue Type: Bug
Components: Distributed Execution and Map/Reduce
Affects Versions: 8.1.0.Final, 8.0.2.Final
Reporter: William Burns
Fix For: 8.2.0.Final, 8.1.1.Final
The distributed stream returns a sequential stream when parallelStream is invoked.
We also have to make sure that when parallel is invoked on the stream that this enables
parallel streams as well.