1 Reply Latest reply on Mar 6, 2013 1:28 PM by vblagojevic

    Distributed Execution Framework - Task migration

    lazetics

      Hi everybody,

       

      I want to use Infinispan Distributed Execution Framework for lunching task that need to be fault tolerant (failover required). My task is supposed to recieve RPC calls from other applications so I need to know all the time the exact node (address) where my task is running. So I am concerned about task migrations. I have read about it in the documentation but I could not figure in which situations the running task is migrated from one node to another?

      Is it only in case of failure (Failover policy defined), or in some other cases as well (e.g. addeing new nodes to Infinispan cluster)? If there is a migration in other cases then failover, can I know the address of the node where the task is migrated?

       

      Thank you in advance,

      Strahinja Lazetic