Comment 1 for bug 1284314

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

Reviewed: https://review.openstack.org/75976
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=706a8b1ff30c011169846ed5e38f06aa9f15faf2
Submitter: Jenkins
Branch: master

commit 706a8b1ff30c011169846ed5e38f06aa9f15faf2
Author: Stephen Gran <email address hidden>
Date: Mon Feb 24 20:18:49 2014 +0000

    stats table needs columns to be bigint

    Bandwidth measurements trivially overrun 32bit counters. Change storage
    type to BigInteger from Integer.

    Closes-Bug: #1284314
    Change-Id: I20db25f374de66b8443ff50bac979bff634d8a14
    Signed-off-by: Stephen Gran <email address hidden>