Hello,

Our set up : 
Server nodes : 3
Writer application : 1 

A event storage spi that writes the cache_put events that have been
generated due to a dbeaver update into a ignite cache.

We restarted one of the servers yesterday during regular business hours and
noticed that the server was not starting properly. I took a thread dump and
noticed that the following two threads were in locked state . 

1. event storage spi : The thread that gets the ignite using
Ignition.ignite(ignitenamedinstance ) 
2. The server : The thread that starts ignite using Ignition.start(..).

Am I right in assuming that the above two events have locked against each
other ?

How can I avoid this ?In the event storage spi before I do Ignition.ignite ,
is there any way I can check if the ignite in the current server has been
started ?

The thread dump has been attached.
threaddump.txt
<http://apache-ignite-users.70518.x6.nabble.com/file/t2757/threaddump.txt>  

regards,
Veena.




                                                                                
                              




--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to