Re: [SR-Users] [sr-dev] Very high load average after upgrade to Kamailio v4.3.2

2015-09-14 Thread M S
Hi, After doing all the test cases, it seems the problem has been resolved in v4.3.2-3763f6. Thank you so much for your help in this timely fix. On Mon, Sep 14, 2015 at 12:52 PM, M S wrote: > OK, let me test it and get back to you. > > Thank you. > > > > On Mon, Sep 14, 2015 at 12:18 PM, Dan

Re: [SR-Users] [sr-dev] Very high load average after upgrade to Kamailio v4.3.2

2015-09-14 Thread M S
OK, let me test it and get back to you. Thank you. On Mon, Sep 14, 2015 at 12:18 PM, Daniel-Constantin Mierla < mico...@gmail.com> wrote: > I found a regression when detecting spiraled dialogs with state deleted. > That would be the case when you create a dialog for an INVITE, but you > reply

Re: [SR-Users] [sr-dev] Very high load average after upgrade to Kamailio v4.3.2

2015-09-14 Thread Daniel-Constantin Mierla
I found a regression when detecting spiraled dialogs with state deleted. That would be the case when you create a dialog for an INVITE, but you reply with a negative response code from kamailio and then quickly a new invite with same callid and from tag arrives. Can you upgrade to latest version i

Re: [SR-Users] [sr-dev] Very high load average after upgrade to Kamailio v4.3.2

2015-09-14 Thread M S
OK runtime debugging shows something is wrong with dialog module, all 6 processes are locked in trying to access dialog module when 200 OK is received for the call. For example, here is the BT of one the processes, -- #0 0xb77a0424 in __kernel_vsyscall () #1 0xb76c140c in sched_yield () from /li

Re: [SR-Users] [sr-dev] Very high load average after upgrade to Kamailio v4.3.2

2015-09-14 Thread M S
Sure, here is the list of module in given order, -- loadmodule "db_mysql.so" loadmodule "mi_fifo.so" loadmodule "mi_datagram.so" loadmodule "kex.so" loadmodule "corex.so" loadmodule "tm.so" loadmodule "tmx.so" loadmodule "sl.so" loadmodule "outbound.so" loadmodule "rr.so" loadmodule "path.so" load

Re: [SR-Users] [sr-dev] Very high load average after upgrade to Kamailio v4.3.2

2015-09-14 Thread Daniel-Constantin Mierla
Hello, I will review the changes pushed to 4.3.2 vs 4.3.1. Can you send here the list of modules you are using? The loadmodule lines in kamailio.cfg. Cheers, Daniel On 14/09/15 10:51, M S wrote: > Hi, > > Over last weekend i upgraded one of my test servers from Kamailio > v4.3.1-4d1b65 to latest