Re: [sr-dev] [kamailio/kamailio] Transactions kept in memory, shared memory runs out and Kamailio gives up hope of life. (#1220)

2018-02-19 Thread Daniel-Constantin Mierla
Closing it for now. If something new related appears, reopen or create a new item. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1220#issuecomment-366637925__

Re: [sr-dev] [kamailio/kamailio] Transactions kept in memory, shared memory runs out and Kamailio gives up hope of life. (#1220)

2018-02-19 Thread Daniel-Constantin Mierla
Closed #1220. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1220#event-1480191863___ Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org ht

Re: [sr-dev] [kamailio/kamailio] Transactions kept in memory, shared memory runs out and Kamailio gives up hope of life. (#1220)

2018-02-08 Thread Daniel-Constantin Mierla
OK, good it was sorted out, tm is quite important and used pretty much everywhere. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1220#issuecomment-364099842__

Re: [sr-dev] [kamailio/kamailio] Transactions kept in memory, shared memory runs out and Kamailio gives up hope of life. (#1220)

2018-02-08 Thread Olle E. Johansson
Must have been a third-party library or something that messed up Kamailio. We reinstalled the server, built a new Kamailio and the problem is totally gone. Will continue testing a few days more, but will likely just close this issue and go hide somewhere. -- You are receiving this because you

Re: [sr-dev] [kamailio/kamailio] Transactions kept in memory, shared memory runs out and Kamailio gives up hope of life. (#1220)

2018-01-30 Thread Olle E. Johansson
This server was running on VM ware. We tested with another server and could not see the same behaviour. Still trying to find any differences while installing a third server to test with... Life. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] Transactions kept in memory, shared memory runs out and Kamailio gives up hope of life. (#1220)

2018-01-15 Thread Daniel-Constantin Mierla
Can you walk the transaction hash table with gdb? I provided the gdb script in a comment above. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1220#issuecomment-357663243_

Re: [sr-dev] [kamailio/kamailio] Transactions kept in memory, shared memory runs out and Kamailio gives up hope of life. (#1220)

2018-01-15 Thread Olle E. Johansson
After a while, I can clearly see infuse_transactions growing ``` tmx:2xx_transactions = 3472 tmx:3xx_transactions = 0 tmx:4xx_transactions = 1078 tmx:5xx_transactions = 2913 tmx:6xx_transactions = 2 tmx:UAC_transactions = 5554 tmx:UAS_transactions = 7323 tmx:active_transactions = 2 tmx:inuse_trans

Re: [sr-dev] [kamailio/kamailio] Transactions kept in memory, shared memory runs out and Kamailio gives up hope of life. (#1220)

2018-01-15 Thread Olle E. Johansson
``` dialog:active_dialogs = 638 dialog:early_dialogs = 5 dialog:expired_dialogs = 577 dialog:failed_dialogs = 4 dialog:processed_dialogs = 80 ``` Running at 80 calls, seems like dialog have over 600 active dialogs. Something fishy here. -- You are receiving this because you commented. Reply to

Re: [sr-dev] [kamailio/kamailio] Transactions kept in memory, shared memory runs out and Kamailio gives up hope of life. (#1220)

2018-01-15 Thread Olle E. Johansson
While running SIPP and checking statistics, I see that inuse_transactions keep going up, but active_transactions stay low ``` tmx:active_transactions = 5 tmx:inuse_transactions = 1054 ``` What is the difference between these? -- You are receiving this because you commented. Reply to this emai