Comment 3 for bug 1396223

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

Reviewed: https://review.openstack.org/138322
Committed: https://git.openstack.org/cgit/openstack/ceilometer/commit/?id=43718e84b93bd15353e4cce8002a974553bd1bbc
Submitter: Jenkins
Branch: stable/juno

commit 43718e84b93bd15353e4cce8002a974553bd1bbc
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
    (cherry picked from commit 9f923ae928176ca36ad784fadeea56bfc806e7e1)