I'm trying to set the baseline using this code:

        val expectedReplicas = context.igniteReplicas
        while (ignite.cluster().forServers().nodes().size() !=
context.igniteReplicas) {
                Thread.sleep(5000)
        }

        
ignite.cluster().setBaselineTopology(ignite.cluster().forServers().nodes())

However, when I reach my target number of nodes and attempt to set the
baseline topology not all of the nodes are always added. Is there another
condition that I need to check for before setting?



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to