Hi, Can you please properly subscribe to the mailing list so that the community receives email notifications? Follow the instruction here: http://apache-ignite-users.70518.x6.nabble.com/mailing_list/MailingListOptions.jtp?forum=1
kobim wrote > I have * > 2 server * > nodes working together in the same cluster as accepted > Topology snapshot [ver=2, servers=2, clients=0, CPUs=8, heap=7.1GB] > > If the connection (LAN) lost and return after a while the nodes wouldn't > reconnect > Topology snapshot [ver=3, servers=1, clients=0, CPUs=8, heap=3.6GB] > > Reset node will fix the problem - Topology snapshot servers=2 again > > Found in version 1.5.0.final. > > How can * > server * > nodes reconnect after the connection lost? Servers nodes can't automatically reconnect like client nodes do, because otherwise it's hard to guarantee data consistency in case of failures. The only way to bring a node back is to manually restart it. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-can-server-nodes-reconnect-tp3220p3230.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
