Re: How to terminate long running transactions in 2.4.0?

2020-03-17 Thread Ilya Kasnacheev
Hello! VM-level deadlock is a deadlock on synchronized blocks in Java. It's hard to say what happens in your case. Do you have a reproducer for this behavior? Regards, -- Ilya Kasnacheev пн, 16 мар. 2020 г. в 20:49, rc : > Hi Ilya, > > Thanks for responding. Killing the originator nodes did

Re: How to terminate long running transactions in 2.4.0?

2020-03-16 Thread rc
Hi Ilya, Thanks for responding. Killing the originator nodes did not terminate the transactions. I would like understand more about the VM-level deadlock. How does one go about determining that? Thanks, rc -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: How to terminate long running transactions in 2.4.0?

2020-01-27 Thread Ilya Kasnacheev
Hello! I think that killing originator nodes' of these transactions should eventually cause them to terminate, unless there's a hard VM-level deadlock. Regards, -- Ilya Kasnacheev сб, 25 янв. 2020 г. в 01:57, src : > Cluster details: 3 servers, 4 clients. > > Ignite version: 2.4.0 > > Number

How to terminate long running transactions in 2.4.0?

2020-01-24 Thread src
Cluster details: 3 servers, 4 clients. Ignite version: 2.4.0 Number of caches: 4 I am observing a lot of "Found long running transactions/cache futures" with state=ROLLED_BACK for transactions on a particular cache which is causing failure to start PME when any server node is booted. It looks