]
Adrian Nistor updated ISPN-6306:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Integrated in master. Thanks [~william.burns]!
Distributed Streams should also be used for Replication Cache
-------------------------------------------------------------
Key: ISPN-6306
URL:
https://issues.jboss.org/browse/ISPN-6306
Project: Infinispan
Issue Type: Bug
Components: Distributed Execution and Map/Reduce
Affects Versions: 8.2.0.CR1
Reporter: William Burns
Assignee: William Burns
Fix For: 8.2.0.Final
Currently Replication is treated as a local cache. However we should use Distributed
Stream by default. A user can force it to process locally in a Replcation cache by using
Flag.CACHE_MODE_LOCAL on an advanced cache.