]
Dan Berindei reassigned ISPN-2979:
----------------------------------
Assignee: Dan Berindei (was: Vladimir Blagojevic)
Distributed executor doesn't failover tasks if the user
didn't call future.get()
--------------------------------------------------------------------------------
Key: ISPN-2979
URL:
https://issues.jboss.org/browse/ISPN-2979
Project: Infinispan
Issue Type: Bug
Components: Distributed Execution and Map/Reduce
Affects Versions: 5.2.0.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Failover only happens during DistributedTaskPart.innerGet(), so the task will not re-run
on other nodes if it failed but the user never called future.get().