Actually in the node A , bean file no IP address is specified for the property "addresses" corresponding to class "org.apache.ignite.spi.discovery.tcp.ipfinder.multicast.TcpDiscoveryMulticastIpFinder" but in the node B IP address of A is specified.
Is it because Node A bean file does not have any IP address under address field , so it is not able to recognize node B even though node B bean file has IP address corresponding to node A. Is it required to specify the property "addresses" corresponding to class "org.apache.ignite.spi.discovery.tcp.ipfinder.multicast" for the main node .(i.e Node initially started when the launching the ignite cluster) Also if i have 3 Nodes, what is the value that property "addresses" corresponding to class "org.apache.ignite.spi.discovery.tcp.ipfinder.multicast.TcpDiscoveryMulticastIpFinder" should have in each of these bean files.Since this property accepts a list, so do we need to specify all 3 nodes ip address in each bean file that is deployed on each node. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
