HI Anton, Checked again -In 2.8.1 it receives the EVT_NODE_RECONNECTED with a new node id . It receives Eventtype 17 ( EVT_NODE_RECONNECTED ) and not Eventtype 14 ( EVT_NODE_SEGMENTED ) . Also it connects with a new node id. Please find the log with relevant parts highlighted.
2020-07-31 06:32:17,150 [tcp-client-disco-msg-worker-#4%client-null-igniteclient-SINGLE%] INFO org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi [] - */Client node disconnected from cluster, will try to reconnect with new id/* [newId=bcbaa5ad-07aa-4118-802e-433dcfcb83b4, prevId=bca9b2da-bca5-4eac-817b-c989a072b50a, locNode=TcpDiscoveryNode [id=bca9b2da-bca5-4eac-817b-c989a072b50a, consistentId=bca9b2da-bca5-4eac-817b-c989a072b50a, addrs=ArrayList [0:0:0:0:0:0:0:1, a.b.c.d, 127.0.0.1], sockAddrs=HashSet [machinename/a.b.c.d:0, /0:0:0:0:0:0:0:1:0, /127.0.0.1:0], discPort=0, order=4, intOrder=0, lastExchangeTime=1596173504995, loc=true, ver=2.8.1#20200521-sha1:86422096, isClient=true]] 2020-07-31 06:32:46,197 [tcp-client-disco-msg-worker-#4%client-null-igniteclient-SINGLE%] INFO org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi [] - Router node: TcpDiscoveryNode [id=4ca9ed4f-416b-43f2-ada9-d5569e7fe8ce, consistentId=d46c9ddd-d97c-4d07-b857-fc4281d9f495, addrs=ArrayList [0:0:0:0:0:0:0:1, a.b.c.d, 127.0.0.1], sockAddrs=HashSet [/0:0:0:0:0:0:0:1:47501, /127.0.0.1:47501, machinename/a.b.c.d:47501], discPort=47501, order=3, intOrder=3, lastExchangeTime=1596173566191, loc=false, ver=2.8.1#20200521-sha1:86422096, isClient=false] 2020-07-31 06:32:46,232 [disco-notifier-worker-#96%client-null-igniteclient-SINGLE%] INFO org.apache.ignite.internal.processors.cache.mvcc.MvccProcessorImpl [] - Assigned mvcc coordinator [crd=MvccCoordinator [topVer=AffinityTopologyVersion [topVer=4, minorTopVer=0], nodeId=d0b9191e-18ea-42fe-8148-b7d28a75d9f8, ver=1596173562700, local=false, initialized=false]] 2020-07-31 06:32:46,233 [exchange-worker-#136%client-null-igniteclient-SINGLE%] INFO org.apache.ignite.internal.processors.cache.GridCacheProcessor [] - Stopped cache [cacheName=ignite-sys-cache] 2020-07-31 06:32:46,233 [tcp-client-disco-msg-worker-#4%client-null-igniteclient-SINGLE%] WARN org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi [] - /*Client node was reconnected after it was already considered failed by the server topology (this could happen after all servers restarted or due to a long network outage between the client and servers). All continuous queries and remote event listeners created by this client will be unsubscribed, consider listening to EVT_CLIENT_NODE_RECONNECTED event to restore them.*/ [06:32:46] Client node was reconnected after it was already considered failed by the server topology (this could happen after all servers restarted or due to a long network outage between the client and servers). All continuous queries and remote event listeners created by this client will be unsubscribed, consider listening to EVT_CLIENT_NODE_RECONNECTED event to restore them. 2020-07-31 06:32:46,237 [disco-event-worker-#98%client-null-igniteclient-SINGLE%] INFO org.apache.ignite.internal.managers.discovery.GridDiscoveryManager [] - Client node reconnected to topology: TcpDiscoveryNode [id=bcbaa5ad-07aa-4118-802e-433dcfcb83b4, consistentId=bca9b2da-bca5-4eac-817b-c989a072b50a, addrs=ArrayList [0:0:0:0:0:0:0:1, a.b.c.d, 127.0.0.1], sockAddrs=HashSet [machinename/a.b.c.d:0, /0:0:0:0:0:0:0:1:0, /127.0.0.1:0], discPort=0, order=4, intOrder=0, lastExchangeTime=1596173504995, loc=true, ver=2.8.1#20200521-sha1:86422096, isClient=true] [06:32:46] Topology snapshot [ver=4, locNode=bcbaa5ad, servers=3, clients=1, state=INACTIVE, CPUs=32, offheap=12.0GB, heap=28.0GB] [06:32:46] ^-- Baseline [id=0, size=3, online=3, offline=0] 2020-07-31 06:32:46,238 [disco-event-worker-#98%pricingClient-null-igniteclient-SINGLE%] INFO org.apache.ignite.internal.managers.discovery.GridDiscoveryManager [] - Topology snapshot [ver=4, locNode=bcbaa5ad, servers=3, clients=1, state=INACTIVE, CPUs=32, offheap=12.0GB, heap=28.0GB] 2020-07-31 06:32:46,238 [disco-event-worker-#98%pricingClient-null-igniteclient-SINGLE%] INFO org.apache.ignite.internal.managers.discovery.GridDiscoveryManager [] - ^-- Baseline [id=0, size=3, online=3, offline=0] 2020-07-31 06:32:46,238 [disco-event-worker-#98%pricingClient-null-igniteclient-SINGLE%] DEBUG SegmentationEventListener [] - /*Received Event 17 Event Node Id bcbaa5ad-07aa-4118-802e-433dcfcb83b4 for Node : bcbaa5ad-07aa-4118-802e-433dcfcb83b4*/ regards, Veena. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
