Hi I'm working on a custom affinity function. According to the documentation : https://apacheignite.readme.io/docs/affinity-collocation#section-affinity-function assignPartitions(...) method is called whenever cluster topology changes. So redistribution of partitions happens after this method is called. What would happen when cluster topology changes while the partition redistribution is still in progress. Does Ignite internally handle this case or should we handle it in our custom affinity function code.
Also what are the important scenarios to consider regarding primary and backup partition redistribution while writing our own affinity function. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
