Comment 26 for bug 797770

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

Reviewed: https://review.openstack.org/5967
Committed: http://github.com/openstack/nova/commit/b893608b77dac11fceb0b0392f8f908de586970b
Submitter: Jenkins
Branch: master

commit b893608b77dac11fceb0b0392f8f908de586970b
Author: Chris Behrens <email address hidden>
Date: Thu Mar 29 18:44:16 2012 +0000

    Make kombu failures retry on IOError

    Fixes bug 797770

    Unfortunately if rabbit decides protocol negotiation is taking too long,
    it will close the socket on us. This ends up raising IOError with a
    'socket closed' message. This patch will catch IOError and re-try.

    Change-Id: I9110c845b71118c0fad760d90e91c585e6db46ed