You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Sergey Chugunov (JIRA)" <ji...@apache.org> on 2019/02/11 13:49:00 UTC

[jira] [Created] (IGNITE-11290) History of server node IDs should be passed to new nodes with NodeAddedMessage

Sergey Chugunov created IGNITE-11290:
----------------------------------------

             Summary: History of server node IDs should be passed to new nodes with NodeAddedMessage
                 Key: IGNITE-11290
                 URL: https://issues.apache.org/jira/browse/IGNITE-11290
             Project: Ignite
          Issue Type: Bug
            Reporter: Sergey Chugunov
            Assignee: Sergey Chugunov
             Fix For: 2.8


As part of IGNITE-5569 (bounded) history of IDs of all server nodes existed in the cluster is introduced to prevent join requests with duplicate IDs if network glitch happens during node's join process.

Initial implementation maintains the history locally on each node and isn't transferred to successfully joined nodes.

It is needed to pass it (in NodeAdded messages) to new nodes to cover edge-case scenarios of coordinator failover.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)