Comment 3 for bug 1205759

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ceilometer (master)

Reviewed: https://review.openstack.org/39025
Committed: http://github.com/openstack/ceilometer/commit/ea76c9be8c6a84cd78c324bc67a3665bf6d464b2
Submitter: Jenkins
Branch: master

commit ea76c9be8c6a84cd78c324bc67a3665bf6d464b2
Author: Fei Long Wang <email address hidden>
Date: Sun Jul 28 16:45:29 2013 +0800

    Fixes Hbase metadata query return wrong result

    Based on current implement of Hbase metadata query in Ceilometer,
    it's trying to compare the metadata value with the metadata stored
    in table "resource" instead of table "meter", when user query a
    specific meter name. As a result, the query result will be wrong.
    See:
    https://github.com/openstack/ceilometer/blob/master/ceilometer/storage/impl_hbase.py#L441
    https://github.com/openstack/ceilometer/blob/master/ceilometer/storage/impl_mongodb.py#L535

    Fixes bug 1205759

    Change-Id: I3f8168fa5371985ac135b0a9d41e76d7bc71c4a7