[jira] [Created] (IGNITE-11270) Batch join to topology

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-11270) Batch join to topology

Anton Vinogradov (Jira)
Vladislav Pyatkov created IGNITE-11270:
------------------------------------------

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


In first cluster start many nodes will trying to join. This case leed to many time consuming join process (TcpDiscoveryJoinRequestMessage -> TcpDiscoveryNodeAddedMessage -> TcpDiscoveryNodeAddFinishedMessage).
Finally, collect of topology required to much time.
We can to merge some of TcpDiscoveryJoinRequestMessage and join to topology as one batch.



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