Activity log for bug #1158276

Date Who What changed Old value New value Message
2013-03-21 12:50:21 François Charlier bug added bug
2013-03-21 12:57:36 François Charlier ceilometer: assignee François Charlier (francois-charlier)
2013-03-21 13:00:11 François Charlier description In the SQLAlchemy implementation, the counter_volume column is an INT. As such the value rang is from -2147483648 to 2147483647. This range is insufficient for many counters, as: * cpu * disk.read.bytes * disk.write.bytes * disk.write.requests * image.download * image.serve * image.size * storage.objects.size I suggest to change the counter_volume to BIGINT. In the SQLAlchemy implementation, the counter_volume column is an INT. As such the value range is from -2147483648 to 2147483647. Greater or lesser values are then truncated when inserted in the SQL database, resulting in dataloss. This range is insufficient for many counters, as: * cpu * disk.read.bytes * disk.write.bytes * disk.write.requests * image.download * image.serve * image.size * storage.objects.size I suggest to change the counter_volume to BIGINT.
2013-03-21 15:25:11 OpenStack Infra ceilometer: status New In Progress
2013-03-22 10:55:32 Julien Danjou ceilometer: milestone grizzly-rc1
2013-03-22 10:55:37 Julien Danjou ceilometer: importance Undecided Critical
2013-03-26 14:04:25 OpenStack Infra ceilometer: status In Progress Fix Committed
2013-03-26 15:06:25 Thierry Carrez ceilometer: status Fix Committed Fix Released
2013-04-04 11:47:47 Thierry Carrez ceilometer: milestone grizzly-rc1 2013.1