You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by Se...@troika.ru on 2011/02/08 08:40:33 UTC

QPID 0.8: Time callback overran

Hi there,

I'm using qpid 0.8 c++ broker and java client.
In the log I have a lot of messages like these

Feb  7 11:01:24 cto-sandbox qpidd[10157]: 2011-02-07 11:01:24 warning 
JournalInactive:MyQueue timer callback overran by 7ms [taking 14000ns]
Feb  7 11:01:25 cto-sandbox qpidd[10157]: 2011-02-07 11:01:25 warning 
JournalInactive:MyQueue timer callback overran by 2ms [taking 10000ns]
Feb  7 11:01:25 cto-sandbox qpidd[10157]: 2011-02-07 11:01:25 warning 
JournalInactive:MyQueue timer callback overran by 10ms [taking 12000ns]
Feb  7 11:01:26 cto-sandbox qpidd[10157]: 2011-02-07 11:01:26 warning 
JournalInactive:MyQueue timer callback overran by 2ms [taking 11000ns]
Feb  7 11:01:27 cto-sandbox qpidd[10157]: 2011-02-07 11:01:27 warning 
JournalInactive:MyQueue timer callback overran by 11ms [taking 8000ns]
Feb  7 11:01:30 cto-sandbox qpidd[10157]: 2011-02-07 11:01:30 warning 
JournalInactive:MyQueue timer callback overran by 2ms [taking 7000ns]
Feb  7 11:01:32 cto-sandbox qpidd[10157]: 2011-02-07 11:01:32 warning 
JournalInactive:MyQueue timer callback overran by 6ms [taking 9000ns]
Feb  7 11:01:34 cto-sandbox qpidd[10157]: 2011-02-07 11:01:34 warning 
JournalInactive:MyQueue timer callback overran by 2ms [taking 14000ns]
Feb  7 11:01:35 cto-sandbox qpidd[10157]: 2011-02-07 11:01:35 warning 
JournalInactive:MyQueue timer callback overran by 2ms [taking 13000ns]

What is the possible solution to reduce amount of messages?


Best Regards,
Sergey Zhemzhitsky

Re: QPID 0.8: Time callback overran

Posted by Se...@troika.ru.
Alan, thanks for help.

Best Regards,
Sergey Zhemzhitsky




Alan Conway <ac...@redhat.com> 
09.02.2011 17:36
Please respond to
users@qpid.apache.org


To
users@qpid.apache.org
cc
Sergey_Zhemzhitsky@troika.ru
Subject
Re: QPID 0.8: Time callback overran






On 02/08/2011 02:40 AM, Sergey_Zhemzhitsky@troika.ru wrote:
> Hi there,
>
> I'm using qpid 0.8 c++ broker and java client.
> In the log I have a lot of messages like these
>
> Feb  7 11:01:24 cto-sandbox qpidd[10157]: 2011-02-07 11:01:24 warning
> JournalInactive:MyQueue timer callback overran by 7ms [taking 14000ns]
> Feb  7 11:01:25 cto-sandbox qpidd[10157]: 2011-02-07 11:01:25 warning
> JournalInactive:MyQueue timer callback overran by 2ms [taking 10000ns]
> Feb  7 11:01:25 cto-sandbox qpidd[10157]: 2011-02-07 11:01:25 warning
> JournalInactive:MyQueue timer callback overran by 10ms [taking 12000ns]
> Feb  7 11:01:26 cto-sandbox qpidd[10157]: 2011-02-07 11:01:26 warning
> JournalInactive:MyQueue timer callback overran by 2ms [taking 11000ns]
> Feb  7 11:01:27 cto-sandbox qpidd[10157]: 2011-02-07 11:01:27 warning
> JournalInactive:MyQueue timer callback overran by 11ms [taking 8000ns]
> Feb  7 11:01:30 cto-sandbox qpidd[10157]: 2011-02-07 11:01:30 warning
> JournalInactive:MyQueue timer callback overran by 2ms [taking 7000ns]
> Feb  7 11:01:32 cto-sandbox qpidd[10157]: 2011-02-07 11:01:32 warning
> JournalInactive:MyQueue timer callback overran by 6ms [taking 9000ns]
> Feb  7 11:01:34 cto-sandbox qpidd[10157]: 2011-02-07 11:01:34 warning
> JournalInactive:MyQueue timer callback overran by 2ms [taking 14000ns]
> Feb  7 11:01:35 cto-sandbox qpidd[10157]: 2011-02-07 11:01:35 warning
> JournalInactive:MyQueue timer callback overran by 2ms [taking 13000ns]
>
> What is the possible solution to reduce amount of messages?
>

This has been fixed on trunk (revision 1036169). The broker now issues a 
periodic statistical summary message rather than reporting every overrun 
event.

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:users-subscribe@qpid.apache.org



Re: QPID 0.8: Time callback overran

Posted by Alan Conway <ac...@redhat.com>.
On 02/08/2011 02:40 AM, Sergey_Zhemzhitsky@troika.ru wrote:
> Hi there,
>
> I'm using qpid 0.8 c++ broker and java client.
> In the log I have a lot of messages like these
>
> Feb  7 11:01:24 cto-sandbox qpidd[10157]: 2011-02-07 11:01:24 warning
> JournalInactive:MyQueue timer callback overran by 7ms [taking 14000ns]
> Feb  7 11:01:25 cto-sandbox qpidd[10157]: 2011-02-07 11:01:25 warning
> JournalInactive:MyQueue timer callback overran by 2ms [taking 10000ns]
> Feb  7 11:01:25 cto-sandbox qpidd[10157]: 2011-02-07 11:01:25 warning
> JournalInactive:MyQueue timer callback overran by 10ms [taking 12000ns]
> Feb  7 11:01:26 cto-sandbox qpidd[10157]: 2011-02-07 11:01:26 warning
> JournalInactive:MyQueue timer callback overran by 2ms [taking 11000ns]
> Feb  7 11:01:27 cto-sandbox qpidd[10157]: 2011-02-07 11:01:27 warning
> JournalInactive:MyQueue timer callback overran by 11ms [taking 8000ns]
> Feb  7 11:01:30 cto-sandbox qpidd[10157]: 2011-02-07 11:01:30 warning
> JournalInactive:MyQueue timer callback overran by 2ms [taking 7000ns]
> Feb  7 11:01:32 cto-sandbox qpidd[10157]: 2011-02-07 11:01:32 warning
> JournalInactive:MyQueue timer callback overran by 6ms [taking 9000ns]
> Feb  7 11:01:34 cto-sandbox qpidd[10157]: 2011-02-07 11:01:34 warning
> JournalInactive:MyQueue timer callback overran by 2ms [taking 14000ns]
> Feb  7 11:01:35 cto-sandbox qpidd[10157]: 2011-02-07 11:01:35 warning
> JournalInactive:MyQueue timer callback overran by 2ms [taking 13000ns]
>
> What is the possible solution to reduce amount of messages?
>

This has been fixed on trunk (revision 1036169). The broker now issues a 
periodic statistical summary message rather than reporting every overrun event.

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:users-subscribe@qpid.apache.org