Re: Ignite.close method blocked indefinitely

2018-12-25 Thread userx
Hello By IgniteClient, I meant the starting Ignite in a client mode which interacts with Ignite program in a server mode. A typical Client-Server architecture.I may not be able to recreate it but I can mention the sequence of events which led to the same. Please allow me a day's time for the

Re: Ignite.close method blocked indefinitely

2018-12-24 Thread Павлухин Иван
Hi userx, How do you start you client? You use a term IgniteClient, but it looks like that you are using Ignite instance running in client mode. By IgniteClient so-called "thin client" is assumed (java interface for thin client has name "IgniteClient"). >From the thread dump I can see that

Ignite.close method blocked indefinitely

2018-12-24 Thread userx
Hi, I am trying to write some data to IgniteCache (PersistentMode) from a Igniteclient to an IgniteServer. My IgniteClient is a simple java program which is serving some requests. As a matter of fact, the IgniteClient is instantiated lazily from a java program ( a server serving requests),