Comment 13 for bug 1493858

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to heat (master)

Reviewed: https://review.openstack.org/381667
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=1e92462ae6d61ccacda7a1ce8e2621c9cf9ffde7
Submitter: Jenkins
Branch: master

commit 1e92462ae6d61ccacda7a1ce8e2621c9cf9ffde7
Author: Thomas Herve <email address hidden>
Date: Tue Oct 4 13:18:11 2016 +0200

    Properly compute resource_properties pickle

    When you check for resource_properties size when storing event, we use
    the regular pickle module with the default protocol. Sqlalchemy uses
    cPickle if available, with the highest protocol, which can result in
    fairly different storing size. Use that instead, this should remove the
    last occurence of the storage bug.

    Change-Id: Ia417e221f7097a388a6b36959064b12cb818206f
    Related-Bug: #1493858