Re: Inserting data into Ignite thread is hung

2018-10-26 Thread praveeng
Hi, We are getting this issue in production continuously. I am attaching the thread dumps of my services (ignite client -threaddump14168.txt file and ignite servers- 3 files ). can any one please analyze and suggest once how to fix this issue. threaddump14168.txt

Re: Inserting data into Ignite thread is hung

2018-10-22 Thread praveeng
Hi, I don't think there is a network issue, since at that moment other clients are able to access the data from the Ignite cluster. But some times the inserting thread is hung for 15 mins, after that it has proceeded further. If the thread is hung which is inserting, we are canceling the thread

Re: Inserting data into Ignite thread is hung

2018-10-22 Thread Ilya Kasnacheev
Hello! This might be due genuine network problems between two nodes, or maybe it is something like https://issues.apache.org/jira/browse/IGNITE-8153 - a very rare SSL bug which will only manifest under specific conditions. Regards, -- Ilya Kasnacheev пн, 22 окт. 2018 г. в 13:53, praveeng : >

Re: Inserting data into Ignite thread is hung

2018-10-22 Thread praveeng
Hi , I have forgot to specify the below points. 1. This issue is happening every time at the same place of code for the same cache. 2. The cache to which we are inserting is not at all used by any other service [ cache instance is created in other services but we will not be making any call to