Re: Turning off deadlock detection

2024-03-24 Thread Ronak Shah
#deadlock-detectionThe 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 at 12:50 PM Ronak Shah <ronak.malav.s...@gmail.com> wrote

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

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

Re: Identifying Coordinator node

2024-02-01 Thread Ronak Shah
Hi, I am running into an issue where rolling deployment of my 5 node cluster is failing. The issue is repeatable when the 1st node that gets re-deploy is a coordinator node. In order to stop this behavior, I want to deploy on coordinator node last. How can I know which node is a coordinator node?