Re: [openstack-dev] [telemetry][ceilometer]when the rabbitmq queue isfull of the message. ceilometer-collector is killed.

2016-10-24 Thread gordon chung
glad you found the solution. :)

On 24/10/16 01:52 AM, 张盛平 wrote:
> Hello everyone, I think I have found something related. sorry for troubling.
>
>  https://bugs.launchpad.net/ceilometer/+bug/1551667
>
>
>

-- 
gord
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [telemetry][ceilometer]when the rabbitmq queue isfull of the message. ceilometer-collector is killed.

2016-10-23 Thread 张盛平
Hello everyone, I think I have found something related. sorry for troubling.


 https://bugs.launchpad.net/ceilometer/+bug/1551667


 
 
-- Original --
From:  "张盛平";
Date:  Mon, Oct 24, 2016 11:11 AM
To:  "openstack-dev"; 

Subject:  [openstack-dev] [telemetry][ceilometer]when the rabbitmq queue isfull 
of the message. ceilometer-collector is killed.

 
Hello everyone, 
   I am using Ceilometer (Liberty version). recently, I stopped the 
ceilometer-collector service for a two or three days, when I start it up again, 
it is ran a while, then blocked, finally shows Killed (like below).
   
  https://gist.github.com/zhang-shengping/12273667234f440445c5fbe2d71d983b
   
   The event.sample and metering.sample queues are full of messages wait to 
send. does it cause the ceilometer-collector killed?


[root@server~ ]$ rabbitmqctl list_queues messages name |grep -v ^0
Listing queues ...
19  event.sample
597079  metering.sample
1   notifications.sample  


 Initially, I though it was rabbitmq problem, I use oslo_messaging 
notification to connect to the queue and get the samples, I can get the samples 
quickly. I also debugged a bit, I find it stop at evenlet wait() event, but I 
dont know why. could you give me some help? thank you very much.


Best regards
Shengping__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev