Comment 6 for bug 1458917

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

Reviewed: https://review.openstack.org/185702
Committed: https://git.openstack.org/cgit/openstack/oslo.messaging/commit/?id=41d0d875a10b48eea89f46ae3c426a023dfae27c
Submitter: Jenkins
Branch: stable/kilo

commit 41d0d875a10b48eea89f46ae3c426a023dfae27c
Author: gordon chung <email address hidden>
Date: Tue May 26 14:36:23 2015 -0400

    consumer connections not closed properly

    heartbeat_thread is not set for listeners. when closing connection,
    it blindly checks heartbeat_thread and will throw an error causing
    connection to remain open. this patch explicitly sets
    heartbeat_thread to None.

    Change-Id: Ief3bf02f952882ecadf742cdd0bac8edd7812473
    Closes-Bug: #1458917