Re: [sr-dev] [SR-Users] Processes blocking - troubleshooting slow actions

2019-11-13 Thread Daniel-Constantin Mierla
Is this a virtual machine? How often does it happen? Sometime the VM manager "freezes" the VM for different purposes, like backup snapshots, ... Cheers, Daniel On 13.11.19 23:40, Julien Chavanton wrote: > I guess action type 16 IF_T is accounting for the entire scope block > since it is recursiv

Re: [sr-dev] [SR-Users] Processes blocking - troubleshooting slow actions

2019-11-13 Thread Julien Chavanton
It is running in docker, the interval is not stable ~30sec. I know this is not related to DNS slow queries since I am monitoring them as well. I wonder what else can be intermittently blocking ... I am going to look at the TM locks and the callbacks. Not many modules used on this one, maybe Dialog

Re: [sr-dev] [SR-Users] Processes blocking - troubleshooting slow actions

2019-11-15 Thread Julien Chavanton
Hi, Identifed root cause, appears to be a regression in the path module When using : modparam("path", "use_received", 1) t_relay is not using the receive param of the route header anymore. Causing a lot of transaction problems exacerbating the server. What is surprising is that I would have expe