Activity log for bug #1629420

Date Who What changed Old value New value Message
2016-09-30 18:47:43 gordon chung bug added bug
2016-09-30 18:48:12 gordon chung summary make list_metric_with_measures_to_process more queue like aggregate new measures fairly
2016-10-03 08:44:49 Julien Danjou gnocchi: status New Triaged
2016-10-03 08:44:51 Julien Danjou gnocchi: importance Undecided Wishlist
2016-10-13 19:22:49 gordon chung description list_metric_with_measures_to_process lists all the metrics available to be processed. it grabs the first x items from the resultset. the order of resultset is not controlled right now and is dictated by backend. it's very common if you don't have a fast enough processing rate or enough large enough amount of workers that certain metrics will never be processed as it will always get pushed back in line by other metrics. this for sure happens in ceph. it'd be nice if list_metric_with_measures_to_process returned back based on earliest time unprocessed measures were add. that way, we could fairly process all measures without having to resort to high processing rate work around is to always use 'refresh=True' on query so you guarantee latest. i think this is a bug.. and a complicated bug... but possibly low priority since there's workaround. list_metric_with_measures_to_process lists all the metrics available to be processed. it grabs the first x items from the resultset. the order of resultset is not controlled right now and is dictated by backend. it's very common if you don't have a fast enough processing rate or large enough amount of workers that certain metrics will never be processed as it will always get pushed back in line by other metrics. this for sure happens in ceph. it'd be nice if list_metric_with_measures_to_process returned back based on earliest time unprocessed measures were add. that way, we could fairly process all measures without having to resort to high processing rate work around is to always use 'refresh=True' on query so you guarantee latest. i think this is a bug.. and a complicated bug... but possibly low priority since there's workaround.
2017-03-22 17:03:56 OpenStack Infra gnocchi: status Triaged In Progress
2017-03-22 17:03:56 OpenStack Infra gnocchi: assignee gordon chung (chungg)