Activity log for bug #1291054

Date Who What changed Old value New value Message
2014-03-11 21:14:04 gordon chung bug added bug
2014-03-11 22:21:15 gordon chung ceilometer: importance Critical High
2014-03-11 22:33:02 gordon chung summary ceilometer collector is working on a single thread ceilometer service is working on a single thread
2014-03-11 22:35:23 OpenStack Infra ceilometer: status New In Progress
2014-03-11 22:35:23 OpenStack Infra ceilometer: assignee gordon chung (chungg)
2014-03-11 22:44:07 gordon chung description ceilometer collector is working off a single thread. this makes processing data very slow... also, we don't see any QueuePool issues because of we only ever have one connection writing to the db. seems related to monkey_patch. if we eventlet.monkey_patch(socket=True, select=True, thread=True, time=True), the connections to db jumps to multiple connections but we run into QueuePool issue again. ceilometer collector is working off a single thread. this makes processing data very slow... this explans why, we don't see any QueuePool issues because we only ever have one connection writing to the db. seems related to monkey_patch. if we eventlet.monkey_patch(socket=True, select=True, thread=True, time=True), the connections to db jumps to multiple connections but we run into QueuePool issue again.
2014-03-12 19:45:15 gordon chung description ceilometer collector is working off a single thread. this makes processing data very slow... this explans why, we don't see any QueuePool issues because we only ever have one connection writing to the db. seems related to monkey_patch. if we eventlet.monkey_patch(socket=True, select=True, thread=True, time=True), the connections to db jumps to multiple connections but we run into QueuePool issue again. ceilometer collector is working off a single thread. this makes processing data very slow... this explans why, we don't see any QueuePool issues because we only ever have one connection writing to the db. ***The best option is here it to spawn multiple processes. Oslo's services.py should support that, but I never took the time to work on that.***
2014-03-18 12:35:08 Tim Bell bug added subscriber Tim Bell
2014-03-26 08:38:46 OpenStack Infra ceilometer: status In Progress Fix Committed
2014-03-31 15:18:29 Thierry Carrez ceilometer: status Fix Committed Fix Released
2014-03-31 15:18:29 Thierry Carrez ceilometer: milestone icehouse-rc1
2014-04-17 08:42:23 Thierry Carrez ceilometer: milestone icehouse-rc1 2014.1