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
