-
Notifications
You must be signed in to change notification settings - Fork 583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] WARNING:core:timer_ticker: timer task <b2bl-clean> already scheduled, delaying execution #3211
Comments
hi @devoxy1 are you doing any blocking operation such as querying the HTTP service or unresponsive DB? I have seen something similar also in the b2b scenarios when the DNS service does not respond, so in all those situations one can see the log lines like this one above about the delayed timer execution. It helped me lookking at the PCAP with DNS queries as an example. HTH |
Hi @andingv, no, nothing like that. This is purely test stand so there are no integrations or anything, all hosts in dispatcher and drouting are added as IP so it doesn't do any queries to DNS(except for some basic may be), just simple b2b functional. Thanks for the suggestion though, i will try to check tcpdump when this happens next time. |
Any updates here? No progress has been made in the last 15 days, marking as stale. Will close this issue if no further updates are made in the next 30 days. |
Up, the problem still comes up |
The issue seems to be a deadlock, I got opensips trap file and can see messages like |
Any updates here? No progress has been made in the last 15 days, marking as stale. Will close this issue if no further updates are made in the next 30 days. |
Up |
The way to progress here is to try to do a trap (via |
Hello @bogdan-iancu! |
@bogdan-iancu |
thanks @devoxy1 , I might have a lead here pointing to the rtp_relay module....this is the one blocking the B2B engine actually. Let me do more digging here. |
@bogdan-iancu sounds good! I'm up for providing any info that can help to resolve the issue. |
@devoxy1 as @bogdan-iancu said, the logs show you are using the rtp_relay module. Can you tell us whether you are engaging rtp_relay in main/request route, or in local_route? |
Hello @razvancrainea, We engage rtp_relay under route{} prior to calling b2b_init_request
|
Hello @razvancrainea! Is there any other information i can provide to help investigating this? Thank you. |
Any updates here? No progress has been made in the last 15 days, marking as stale. Will close this issue if no further updates are made in the next 30 days. |
Hello guys! this is still actual |
Any updates here? No progress has been made in the last 15 days, marking as stale. Will close this issue if no further updates are made in the next 30 days. |
Up |
Up |
Any updates here? No progress has been made in the last 15 days, marking as stale. Will close this issue if no further updates are made in the next 30 days. |
The issue is still actual even on the latest version unfortunately ( |
I gathered another trap for this issue https://file.io/0tx8sdqYBKmF |
Any updates here? No progress has been made in the last 15 days, marking as stale. Will close this issue if no further updates are made in the next 30 days. |
@razvancrainea Hi, i followed some instructions on how to enable more debugging and was able to collect some more memory information once the issue arises. |
@razvancrainea Hello! I also collected traps from 2 crashes with opensips compiled without any optimizations and more debug. Hope this can clear things up a bit. |
Any updates here? No progress has been made in the last 15 days, marking as stale. Will close this issue if no further updates are made in the next 30 days. |
up |
Any updates here? No progress has been made in the last 15 days, marking as stale. Will close this issue if no further updates are made in the next 30 days. |
Up |
Any updates here? No progress has been made in the last 15 days, marking as stale. Will close this issue if no further updates are made in the next 30 days. |
up |
It seems like this deadlock doesn't repeat if we don't use key |
Any updates here? No progress has been made in the last 15 days, marking as stale. Will close this issue if no further updates are made in the next 30 days. |
Marking as closed due to lack of progress for more than 30 days. If this issue is still relevant, please re-open it with additional details. |
Hello!
We experience bug which causes opensips to be unresponsive for SIP requests. At some point opensips just stops processing any requests and throws an error like this in log each second:
The problem persists until i restart opensips service, then it works ok for some time and then issue happens again. I don't know what causes it so i cannot reproduce, only act once it happens.
Opensips is configured with b2b module and acts like SBC.
OpenSIPS version you are running
Describe the bug
Opensips stops responding to requests and calls to it results in 408 timeout.
To Reproduce
Cannot reproduce, the issue is intermittent.
Expected behavior
Opensips doesn't hang and keeps processing calls.
Relevant System Logs
Since i don't know what causes the issue i enabled debug 7 and waited for issue to rise up again so my log file is quite large. I copied logs preceding the Warning for couple of minutes, but if it is needed i can get logs earlier than this.
https://file.io/dNYt3ar7j2HN
OS/environment information
Additional context
I already submitted bug report earlier on this problem but after updating to latest version i haven't seen this for a while. However the issue still persists.
The text was updated successfully, but these errors were encountered: