You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Vladislav Pyatkov (JIRA)" <ji...@apache.org> on 2019/02/08 14:48:01 UTC

[jira] [Created] (IGNITE-11269) Optimize node join to topology

Vladislav Pyatkov created IGNITE-11269:
------------------------------------------

             Summary: Optimize node join to topology
                 Key: IGNITE-11269
                 URL: https://issues.apache.org/jira/browse/IGNITE-11269
             Project: Ignite
          Issue Type: Improvement
            Reporter: Vladislav Pyatkov


When coordinator recived TcpDiscoveryJoinRequestMessage appropriate TcpDiscoveryNodeAddedMessage had been sent in should not to process new recived TcpDiscoveryJoinRequestMessage until first joined node does not complitly joined (TcpDiscoveryNodeAddFinishedMessage was sented).
This solution allow to faster join node to topology without blocking ring of huge TcpDiscoveryNodeAddedMessage's.



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