-
Notifications
You must be signed in to change notification settings - Fork 581
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] Active dialogs skyrocket #3321
Comments
Yesterday I've updated OpenSIPS to 3.4.4 and today the same issue has happened again. OpenSIPS version:
|
It looks like an underflow here, of the dialog counter. What are the clustering settings for the dialog module? |
Hi Bogdan,
|
Hi! I have similar problems with active dialogs metric. My setting dialog module loadmodule "dialog.so" version: opensips 3.3.7 (x86_64/linux) after update to and settings dialog module: problem is gone |
Yep, but this doesn't work for me in OpenSIPS 3.4.4 :( |
Any debug we can do for you, @bogdan-iancu ? |
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. |
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. |
@Lt-Flash , officially 3.3 is EOL, only 3.2 and 3.4 are still maintained. Why moving to 3.4 is such a no-go for you ? |
Bump. Still an issue, can't monitor OpenSIPS properly. Please help someone! |
Sorry, mate, somehow missed this reply! I have actually moved to 3.4 and the issue still happens, this is from 3.4: |
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. |
Still doesn't work properly in 3.3.9 and 3.4.4. |
Could you try a hard reset of your cluster, meaning stopping all opensips nodes in the cluster and while down, purge the dialog tables of all nodes? Restart with basically 0 ongoing calls and see if the issue happens again |
Hi Bogdan, I tried to do a full restart and that didn't help. Also, I'm already on a 3.4.5 version since yesterday and still getting the same overflow issues: |
Update here - I've disabled dialog replication within the cluster and now dialogs do not skyrocket. I can see active dialogs per node, not the total amount, but there are no issues with that. Looks like another bug in cluster sync. |
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. |
Confirmed that if I disable dialog sync within the cluster then the issue goes away so this is definitely something to do with the clusterer module. |
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. |
Still an issue with clusterer enabled |
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. |
Still an issue |
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. |
Still an issue with the latest OpenSIPS 3.4.7 build from GIT. |
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. |
Still an issue. |
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. |
OpenSIPS version you are running
Describe the bug
I'm using a dialog module with just a memory storage, no MySQL or any other storage is connected. Also I'm using a full-sharing cluster of three nodes. Initially dialogs were showing statistics correctly but then suddenly it started to show a huge number of active dialogs. In
opensips-cli -x mi dlg_list
it only shows real dialog number, but inopensips-cli -x mi get_statistics all
it show following (related to dialog module):Here's a graph built by Grafana using Prometheus module for OpenSIPS:
To Reproduce
Just start OpenSIPS and wait for some time, usually within several hours it starts to display this number.
Expected behavior
Active dialogs statistic value should be showing correct number of active dialogs.
Relevant System Logs
OS/environment information
Additional context
The text was updated successfully, but these errors were encountered: