Well, in short - it does, don’t worry about it :) Unfortunately I’m not aware of a proper design document explaining the process in detail. But simply put, Ignite will wait for the new node to obtain all of the data it needs to store. While that’s happening, the node doesn’t serve any requests. When all data is transferred, Ignite will route the new requests to the new node, and start removing the transferred data from the old nodes.
Stan From: Justin Ji Sent: 3 декабря 2018 г. 5:26 To: [email protected] Subject: Re: Question about add new nodes to ignite cluster. Another question: How the client APIs get or put data to the rebalancing cluster(Async Mode) when adding a new node to the cluster, from the old nodes or the new node? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
