Comment 1 for bug 1396223

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

Reviewed: https://review.openstack.org/134415
Committed: https://git.openstack.org/cgit/openstack/ceilometer/commit/?id=9f923ae928176ca36ad784fadeea56bfc806e7e1
Submitter: Jenkins
Branch: master

commit 9f923ae928176ca36ad784fadeea56bfc806e7e1
Author: Srinivas Sakhamuri <email address hidden>
Date: Fri Nov 14 00:51:19 2014 +0000

    Internal error with period overflow

    When statistics queried with large period value the overflow
    causes error 500. This patch converts the overflow error to
    ClientSideError which is returned as 400 bad input error

    Change-Id: Iacf89c75428713a151fbe81aa1601df63785f942
    Closes-Bug: 1396223