Comment 2 for bug 1657444

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

Reviewed: https://review.openstack.org/519701
Committed: https://git.openstack.org/cgit/openstack/oslo.messaging/commit/?id=8bfc3637a25a29583b1e0625c78bf159ac878259
Submitter: Zuul
Branch: master

commit 8bfc3637a25a29583b1e0625c78bf159ac878259
Author: Vincent Untz <email address hidden>
Date: Tue Nov 14 17:53:32 2017 +0100

    Catch socket.timeout when doing heartbeat_check

    heartbeat_check in kombu.connection is not reraising exceptions as
    exceptions.OperationalError, and the socket timeout during the heartbeat
    check is really an issue seen in the field when a node goes down; the
    heartbeat thread just tries again and again to deal with it, without
    success.

    Change-Id: I26dbdb18a7e64946db2cba676764ff2d428c7897
    Closes-Bug: #1657444