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, and IgniteAtomicSequence is declared as a
bean, latter depending on the former, why your code does not work then?

-Val



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


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 inherit other stuff
from it."

Thanks,
Prasad


On Fri, Apr 20, 2018, 1:02 AM vkulichenko 
wrote:

> 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.com/
>


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.com/