Hi Kamal, All the data that has been already pre-loaded by the time the new node joined and has to be located on the new node according to the new topology version will be rebalanced there [1].
However if the pre-loading is still in progress then you need to call localLoadCache() on this node because the rest of the nodes, that was in the cluster before, will skip entries for which they are neither primary and backups and such entries won't be rebalanced to the new node. [1] https://apacheignite.readme.io/docs/rebalancing -- Denis -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Understanding-data-store-and-partitioning-tp6264p6297.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
