Re: Spark 'close' API call hangs within ignite service grid

2018-04-02 Thread Andrey Mashenkov
Hi, Socket exception can be caused by wrong network configuration or firewall configuration. If node will not be able to send an response to other node then it can cause grid hanging. (Un)marshall exceptions (that is not caused by network exceptions) is a signal that smth goes wrong. On Fri,

Re: Spark 'close' API call hangs within ignite service grid

2018-03-22 Thread akshaym
I have pushed the sample application to github . Please check it once. Also, I am able to get rid of the hang issue with spark.close API call by adding "igniteInstanceName" property. Not sure if its a right approach though. I came up

Re: Spark 'close' API call hangs within ignite service grid

2018-02-28 Thread Denis Mekhanikov
I don't see anything suspicious in the log. Can you submit a project with a reproducer to GitHub or attach to this thread? Denis ср, 28 февр. 2018 г. в 8:52, akshaym : > Hi, I have updated my post. In short when I call spark.close() inside > ignite > service it

Re: Spark 'close' API call hangs within ignite service grid

2018-02-27 Thread Denis Mekhanikov
Hi! Please attach the log as a file. Right now it's impossible to read. Also please specify, what exactly doesn't work on the master version. I couldn't figure it out from the log. Denis вт, 27 февр. 2018 г. в 9:55, akshaym : > Hi, > > I am running a sprak job