You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Valentin Kulichenko (JIRA)" <ji...@apache.org> on 2016/05/27 10:14:12 UTC

[jira] [Created] (IGNITE-3209) Need to wait for affinity assignment change during affinityCall failover

Valentin Kulichenko created IGNITE-3209:
-------------------------------------------

             Summary: Need to wait for affinity assignment change during affinityCall failover
                 Key: IGNITE-3209
                 URL: https://issues.apache.org/jira/browse/IGNITE-3209
             Project: Ignite
          Issue Type: Bug
          Components: compute
    Affects Versions: 1.6
            Reporter: Valentin Kulichenko
            Assignee: Valentin Kulichenko
             Fix For: 1.7


{{AlwaysFailoverSpi.failover()}} method makes several attempts (5 by default) to get new primary node for the affinity key. Affinity assignment takes time, so there is a big chance to make all these attempts before new node is returned.

We need to add discovery event that initiated failover to {{FailoverContext}} and wait for affinity is assigned.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)