Re: Ignite thread state Waiting/blocked

2018-04-19 Thread vkulichenko
Prasad, Probably "inherit" term is not a correct one here, and in general I'm not the biggest Spring expert, sorry :) What I meant is that if Ignite is declared as a bean, there can be another bean that depends on Ignite (IgniteAtomicSequence in this case), right? If Ignite is declared as a bean,

Re: Ignite thread state Waiting/blocked

2018-04-19 Thread Prasad Bhalerao
Hi, 1) I will send the complete thread dump. 2) I am using IngiteSpringBean to initialize ingite. What I saw is ignite spring bean wraps ignite instance in it. So I autowired ignite instead of ingnite spring bean to create atomic sequence. But still I did understand your second point "and then

Re: Ignite thread state Waiting/blocked

2018-04-19 Thread vkulichenko
1. Can you show full thread dump, not only the thread that creates atomic sequence? Also are there any exception on server nodes? 2. You can use IgniteSpringBean to initialize Ignite as a bean, and then inherit other stuff from it. -Val -- Sent from: http://apache-ignite-users.70518.x6.nabble.c

Ignite thread state Waiting/blocked

2018-04-19 Thread Prasad Bhalerao
1) As per this link https://www.gridgain.com/sdk/pe/latest/javadoc/org/apache/ignite/IgniteSpringBean.html I used ContextRefreshedEvent to initialize atomic ignite sequence as a spring bean. But when I do this the thread creating atomic sequence is getting hunup. Please check the thread dump as sh