[asterisk-bugs] [JIRA] (ASTERISK-25083) Message.c: Message channel becomes saturated with frames leading to spammy log messages
Jonathan Rose (JIRA)
noreply at issues.asterisk.org
Wed May 13 15:56:33 CDT 2015
Jonathan Rose created ASTERISK-25083:
----------------------------------------
Summary: Message.c: Message channel becomes saturated with frames leading to spammy log messages
Key: ASTERISK-25083
URL: https://issues.asterisk.org/jira/browse/ASTERISK-25083
Project: Asterisk
Issue Type: Bug
Security Level: None
Reporter: Jonathan Rose
Severity: Minor
>From the original report:
>I see the messages (see attached) on the console and log after the server is running for a few days. The only way to clear them is to restart Asterisk. Then they come back a few days later. We have about 50 Digium D50's connected to this server.
[2015-04-30 03:35:06] DEBUG[6922][C-00000000] channel.c: Soft-Hanging (0x20) up channel 'Message/ast_msg_queue'
[2015-04-30 03:35:06] WARNING[6922][C-00000000] channel.c: Exceptionally long queue length queuing to Message/ast_msg_queue
Message queue is clearly having frames queued on its read queue and is gradually becoming spammy, probably because the queue is gradually having more control frames and other special frames that aren't dealt with when flushing the queue due to having more than 128 frames in the queue. It's perfectly safe to just get rid of these frames routinely since they are never read by the Message channel anyway.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list