RE: Turning off deadlock detection

2024-03-26 Thread Thomas Ketter via user
Hi Ronak, Make sure you don’t have ATOMIC table updates within your transaction. Thomas From: Stephen Darlington Sent: Monday, March 25, 2024 2:31 AM To: user@ignite.apache.org Subject: Re: Turning off deadlock detection This is an EXTERNAL EMAIL. Stop and think before clicking a link or

Re: Turning off deadlock detection

2024-03-25 Thread Stephen Darlington
Just a reminder that this list is run by volunteers. If you need responses in a given time, commercial options are available. On Sat, 23 Mar 2024 at 17:50, Ronak Shah wrote: > Ping again. Can someone answer please? - Ronak > > On Mon, Mar 18, 2024 at 12:04 PM Ronak Shah > wrote: > >> Hi Ignite

Re: Turning off deadlock detection

2024-03-24 Thread Ronak Shah
Thanks Jeremy for the reply. Why does deadlock detection pause all other transaction though for a min? Shouldnt it be a low priority thread job compared to db transactions?RonakOn Mar 24, 2024, at 8:52 PM, Jeremy McMillan wrote:https://ignite.apache.org/docs/latest/key-value-api/transactions#dead

Re: Turning off deadlock detection

2024-03-24 Thread Jeremy McMillan
https://ignite.apache.org/docs/latest/key-value-api/transactions#deadlock-detection The property you're asking about is for diagnostics to enable prevention of future deadlocks. Turning it off is fine if you already know or can find out another way what is deadlocked and why. On Sat, Mar 23, 2024

Re: Turning off deadlock detection

2024-03-23 Thread Ronak Shah
Ping again. Can someone answer please? - Ronak On Mon, Mar 18, 2024 at 12:04 PM Ronak Shah wrote: > Hi Ignite users, > I am hitting a situation in a scaled environment where if the transaction > timeouts for whatever reason, the cluster goes in a deadlock detection > mode, where it is taking eve

Turning off deadlock detection

2024-03-18 Thread Ronak Shah
Hi Ignite users, I am hitting a situation in a scaled environment where if the transaction timeouts for whatever reason, the cluster goes in a deadlock detection mode, where it is taking even more time to holding up lock and creating snowball effect on queued up transactions before going in a compl