]
William Burns updated ISPN-7479:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Add Failover and Execution Policy to ClusterExecutor
----------------------------------------------------
Key: ISPN-7479
URL:
https://issues.jboss.org/browse/ISPN-7479
Project: Infinispan
Issue Type: Enhancement
Components: Distributed Execution and Map/Reduce
Reporter: William Burns
Assignee: William Burns
Fix For: 9.1.0.Alpha1
The ClusterExecutor interface was added in Infinispan 8 to allow for a user to run
commands without a cache (just cache manager). This is very similar to
DistributedExecutor. However DistributedExecutor also had policies for failover and
execution. We should add this functionality to ClusterExecutor as well.