Comment 9 for bug 1705351

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

Reviewed: https://review.openstack.org/490305
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=0b5750ca518314a10266f25cb09997b7a859ab1e
Submitter: Jenkins
Branch: master

commit 0b5750ca518314a10266f25cb09997b7a859ab1e
Author: Kevin Benton <email address hidden>
Date: Wed Aug 2 20:14:10 2017 -0700

    Sinkhole workaround for old topics

    This patch introduces a workaround on the Neutron side
    for bug 1705351 that results in the Neutron server blocking
    trying to send to topics the agents no longer subscribe to.

    The workaround is to just subscribe to those topics and do
    nothing with the messages that come in until oslo.messaging
    can properly recover from loss of listeners.

    Change-Id: I946a33dfd0c0da26bb47b524f75f53bf59d3fbd5
    Closes-Bug: #1705351