You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by Ranjit Sahu <ra...@gmail.com> on 2017/02/22 08:32:24 UTC

How to force all node to join cluster

Hi,

I am having issue making all nodes joining one topology. What i am trying
to do is start one server node first. And pass the ip address of that to
other nodes using the vm ip finder and start those.

 val ipFinder = new TcpDiscoveryVmIpFinder();

ipFinder.setAddresses(addresses);


When i start 40 nodes many a times 38 join and 2 start their own cluster.

Is there a way to force those to join the single  cluster ?


Thanks,

Ranjit

Re: How to force all node to join cluster

Posted by vkulichenko <va...@gmail.com>.
Ranjit,

What are the addresses you provide in config and on which addresses nodes
are started?

If configuration is correct, check that there are no firewall issues, etc.

-Val



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-force-all-node-to-join-cluster-tp10789p10819.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.