Re: Problem setting baseline programmatically

2019-01-31 Thread Ilya Kasnacheev
Hello! It's hard to say. Can you provide logs and list nodes which are not added to baseline topology. It's also not obvious what's context.igniteReplicas. Regards, -- Ilya Kasnacheev пн, 28 янв. 2019 г. в 18:20, kellan : > I'm trying to set the baseline using this code: > > val

Problem setting baseline programmatically

2019-01-28 Thread kellan
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) }