Re: Restarting the Main node when it goes down

2020-05-15 Thread nithin91
Thanks this information is helpful -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Restarting the Main node when it goes down

2020-05-15 Thread akorensh
Ignite will try to connect to each address specified in the addresses section and establish a connection. In the case of a multicast ip finder, it will use a multicast group to scan for nodes. In general one node needs to discover another and establish a socket connection on a specified

Re: Restarting the Main node when it goes down

2020-05-15 Thread nithin91
Also what should the address property have in bean file corresponding to Client Node.Should it have the list of all server nodes IP address?Also Can you please explain what happens if list of all server nodes IP address is specified. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Restarting the Main node when it goes down

2020-05-15 Thread nithin91
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

Re: Restarting the Main node when it goes down

2020-05-14 Thread akorensh
Hi, A baseline topology is set when you activate a cluster w/a set of nodes the first time around. You can subsequently change baseline the topology using the public API or control.sh command. Once all the baseline topology nodes are up the cluster automatically activates. use control

Restarting the Main node when it goes down

2020-05-14 Thread nithin91
Hi I have two nodes Node A(Main Node) and Node B with persistence enabled.When node B is restarted whenever it goes down, it is able to recognize node A and is joining the Baseline Topology but when Node A alone goes down and once Node A is restarted, it is not able to recognize Node B and it