Comment 10 for bug 1493858

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

Reviewed: https://review.openstack.org/224251
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=edd2f8f0aca14f225e441dd3efbfa1cce7a859b4
Submitter: Jenkins
Branch: stable/kilo

commit edd2f8f0aca14f225e441dd3efbfa1cce7a859b4
Author: Zane Bitter <email address hidden>
Date: Thu Sep 10 10:58:52 2015 -0400

    Work around problems storing huge properties in events

    There is a maximum limit on the size of the resource properties we can
    store for an event in MySQL.

    To work around this, store an error instead of the largest property,
    as this is expected to cater for graceful-failure of the most common
    known case (large SoftwareConfig config properties), with a fallback
    of storing only the error when this also fails.

    Co-Authored-By: Steven Hardy <email address hidden>
    Co-Authored-By: Marios Andreou <email address hidden>
    Closes-Bug: #1493858
    Change-Id: I668c7ed8ca6c063fd20bc5271d6afea941a5f277
    (cherry picked from commit ab78bde75bb6aae2025815abd4613d8dabbbd4df)