[asterisk-bugs] [Asterisk 0016721]: after a few minutes it takes down the server
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Jan 27 18:50:32 CST 2010
The following issue has been set as RELATED TO issue 0015627.
======================================================================
https://issues.asterisk.org/view.php?id=16721
======================================================================
Reported By: falves11
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 16721
Category: Channels/chan_sip/Interoperability
Reproducibility: always
Severity: major
Priority: normal
Status: new
Asterisk Version: SVN
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.1
SVN Revision (number only!): 243695
Request Review:
======================================================================
Date Submitted: 2010-01-27 18:03 CST
Last Modified: 2010-01-27 18:50 CST
======================================================================
Summary: after a few minutes it takes down the server
Description:
Versions 1.6.X has a problem with UDP ports. I use SIP timers in my
sip.conf, so I imagine it its related. After a few minutes of intense
traffic, this linux command ("lsof -i | wc -l") shoots to 30.000+ and in
fact kills the machine, because the Kernel spends most of the time in a
single function, sock_poll. This is what the Parallels engineers have
found:
"this function finds a free socket that might be used for the data
transfer. Because your node have about 5000 already used sockets finding
free socket might take relatively big time. As far as I understand if
system is unable to find the free socket fast enough it just drops UDP
packet because there is no delivery guarantee for this protocol."
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0015627 [patch] Asterisk runs out of sockets
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-01-27 18:50 russell Relationship added related to 0015627
======================================================================
More information about the asterisk-bugs
mailing list