Comment 2 for bug 1303890

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

Reviewed: https://review.openstack.org/85750
Committed: https://git.openstack.org/cgit/openstack/oslo.messaging/commit/?id=bb6f3f11f3d65e104faa8dc4ee1b880d0c6394a4
Submitter: Jenkins
Branch: master

commit bb6f3f11f3d65e104faa8dc4ee1b880d0c6394a4
Author: Russell Bryant <email address hidden>
Date: Mon Apr 7 11:59:24 2014 -0400

    Update ensure()/reconnect() to catch MessagingError

    The error handling code that gets connections reset if necessary
    caught ConnectionError. It really needs to catch MessagingError,
    which ConnectionError inherits from. There are other types of
    MessagingErrors that may occur, such as InternalError, and they need
    to cause the connection to reset, as well.

    Closes-bug: #1303890
    Change-Id: Ic5082b74a362ded8b35cbc75cf178fe6e0db62d0