Hello, here is my topology configuration: 1. One Ignite server application, which holds some data in the RDD. 2. One ignite client application, which retrieves the data and do some processing.
There is no problem on the server side, until the client side has done the job and exit, by calling: igniteContext.close() sparkSession.close() The server side got these error messages: 17/05/08 13:46:49 WARN TcpDiscoverySpi: Received EVT_NODE_FAILED event with warning [nodeInitiatedEvt=TcpDiscoveryNode [id=7c720694-b34b-4a83-a131-37f3b7dc95b5, addrs=[0:0:0:0:0:0:0:1%1, 10.93.128.11, 10.93.136.11, 127.0.0.1], sockAddrs=[mapr271-eth1.sv.mynode.com/10.93.136.11:47500, /127.0.0.1:47500, /0:0:0:0:0:0:0:1%1:47500, mapr271.sv.mynode.com/10.93.128.11:47500], discPort=47500, order=17, intOrder=17, lastExchangeTime=1494276394774, loc=false, ver=1.9.0#20170302-sha1:a8169d0a, isClient=false], msg=TcpCommunicationSpi failed to establish connection to node [rmtNode=TcpDiscoveryNode [id=2b404f04-cad5-4209-a615-ab3b9639b8e4, addrs=[0:0:0:0:0:0:0:1%1, 127.0.0.1, 172.30.32.89], sockAddrs=[sv1-hp0204-08.sv.mynode.com/172.30.32.89:47500, /127.0.0.1:47500, /0:0:0:0:0:0:0:1%1:47500], discPort=47500, order=13, intOrder=13, lastExchangeTime=1494276395700, loc=false, ver=1.9.0#20170302-sha1:a8169d0a, isClient=false], errs=class o.a.i.IgniteCheckedException: Failed to connect to node (is node still alive?). Make sure that each ComputeTask and cache Transaction has a timeout set in order to prevent parties from waiting forever in case of network issues [nodeId=2b404f04-cad5-4209-a615-ab3b9639b8e4, addrs=[sv1-hp0204-08.sv.mynode.com/172.30.32.89:47100, /127.0.0.1:47100, /0:0:0:0:0:0:0:1%1:47100]], connectErrs=[class o.a.i.IgniteCheckedException: Failed to connect to address: sv1-hp0204-08.sv.mynode.com/172.30.32.89:47100, class o.a.i.IgniteCheckedException: Failed to connect to address: /127.0.0.1:47100, class o.a.i.IgniteCheckedException: Failed to connect to address: /0:0:0:0:0:0:0:1%1:47100]]] 17/05/08 13:46:49 WARN GridDiscoveryManager: Node FAILED: TcpDiscoveryNode [id=2b404f04-cad5-4209-a615-ab3b9639b8e4, addrs=[0:0:0:0:0:0:0:1%1, 127.0.0.1, 172.30.32.89], sockAddrs=[sv1-hp0204-08.mynode.com/172.30.32.89:47500, /127.0.0.1:47500, /0:0:0:0:0:0:0:1%1:47500], discPort=47500, order=13, intOrder=13, lastExchangeTime=1494276390779, loc=false, ver=1.9.0#20170302-sha1:a8169d0a, isClient=false] Where is the problem, how can I solve it? Thanks. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-correctly-shut-down-Ignite-Application-tp12548.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
