Comment 5 for bug 1789177

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

Reviewed: https://review.opendev.org/669158
Committed: https://git.openstack.org/cgit/openstack/oslo.messaging/commit/?id=6fe1aec1c74f112db297cd727d2ea400a292b038
Submitter: Zuul
Branch: master

commit 6fe1aec1c74f112db297cd727d2ea400a292b038
Author: Oleg Bondarev <email address hidden>
Date: Thu Jul 4 16:08:45 2019 +0400

    Use default exchange for direct messaging

    Lots of exchanges create problems during failover under high
    load. Please see bug report for details.

    This is a step 2 patch.

    Step 1 was: only using default exchange
    when publishing.
    Step 2 is to update consumers to only listen on default exchange,
    happening now in T release.

    Change-Id: Ib2ba62a642e6ce45c23568daeef9703a647707f3
    Closes-Bug: #1789177