Comment 2 for bug 1883038

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

Reviewed: https://review.opendev.org/738538
Committed: https://git.openstack.org/cgit/openstack/oslo.messaging/commit/?id=26e8bb4cc9097fddf3c2e34599b131e3f5d73867
Submitter: Zuul
Branch: master

commit 26e8bb4cc9097fddf3c2e34599b131e3f5d73867
Author: shenjiatong <email address hidden>
Date: Tue Jun 30 08:56:26 2020 +0800

    Catch ConnectionForced Exception

    Occasionally I saw large number of connectionforced exceptions.
    such exceptions cannot be healed automatically and requires a reboot.
    catch it and ensure connection established.

    Change-Id: I5c468d10230f05438df780e045f1e92662edf070
    Closes-Bug: #1883038