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 ...
133339  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

Reply via email to