Re: Ignite Cache behind SpringCache annotation taking too much time in get operaton

2019-12-30 Thread Ilya Kasnacheev
Hello! Well, you have zoomed it in on a thread waiting on a lock. Nothing to see in this particular picture. You need to check other threads and, perhaps, other nodes as well. Regards, -- Ilya Kasnacheev пт, 27 дек. 2019 г. в 16:19, tarunk : > < >

Re: Ignite Cache behind SpringCache annotation taking too much time in get operaton

2019-12-27 Thread tarunk
Can you please see the attached pic now. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Ignite Cache behind SpringCache annotation taking too much time in get operaton

2019-12-26 Thread Ilya Kasnacheev
Hello! Unfortunately I don't see any images. future.get() just means that actual processing of request is happening in a different thread or on a different node. You should analyze thread dumps/flight recordings from all nodes in cluster to get complete picture. Regards, -- Ilya Kasnacheev

Ignite Cache behind SpringCache annotation taking too much time in get operaton

2019-12-25 Thread tarunk
Hi All, We had made few of our method call with cacheable annotation and using Apache Ignite as cache manager. Gris is of 12 node on-prem and cache config is as below. expiry-duration is 30 minutes. We are experiencing the slowness in application