Comment 20 for bug 1215091

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

Reviewed: https://review.openstack.org/45426
Committed: http://github.com/openstack/nova/commit/ef5730a4620b409a3b46e46966e3bc6f3a306464
Submitter: Jenkins
Branch: stable/folsom

commit ef5730a4620b409a3b46e46966e3bc6f3a306464
Author: Ben Nemec <email address hidden>
Date: Thu May 9 19:06:45 2013 +0000

    Fix problem with long messages in Qpid (from oslo)

    This is commit 478ac3a3e in oslo-incubator

    Qpid has a limitation where it cannot serialize a dict containing a
    string greater than 65535 characters. This change alters the Qpid
    implementation to JSON encode the dict before sending it, but only if
    Qpid would fail to serialize it. This maintains as much backward
    compatibility as possible, though long messages will still fail if they
    are sent to an older receiver.

    Even though this change will modify the message format, it will only do
    it when messages are longer than 65K which would be broken anyway and
    could cause serious bugs like the one linked below.

    Fixes bug 1215091

    Change-Id: I2f0e88435748bab631d969573d3a598d9e1f7fef