Comment 24 for bug 1917645

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

Reviewed: https://review.opendev.org/c/openstack/oslo.messaging/+/828869
Committed: https://opendev.org/openstack/oslo.messaging/commit/5d6fd1a176a47ffdc55223b990c466917ded9449
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 5d6fd1a176a47ffdc55223b990c466917ded9449
Author: Balazs Gibizer <email address hidden>
Date: Tue Nov 23 16:58:05 2021 +0100

    [rabbit] use retry parameters during notification sending

    The rabbit backend now applies the [oslo_messaging_notifications]retry,
    [oslo_messaging_rabbit]rabbit_retry_interval, rabbit_retry_backoff and
    rabbit_interval_max configuration parameters when tries to establish the
    connection to the message bus during notification sending.

    This patch also clarifies the differences between the behavior
    of the kafka and the rabbit drivers in this regard.

    Closes-Bug: #1917645
    Change-Id: Id4ccafc95314c86ae918336e42cca64a6acd4d94
    (cherry picked from commit 7b3968d9b012e873a9b393fcefa578c46fca18c6)
    (cherry picked from commit 3b5a0543e97619ca8f8cf98193f6b6375d77cbf2)