oslo.messaging 14.4.2 (bobcat)
We are jazzed to announce the release of: oslo.messaging 14.4.2: Oslo Messaging API This release is part of the bobcat release series. The source is available from: https://opendev.org/openstack/oslo.messaging Download the package from: https://pypi.org/project/oslo.messaging Please report issues through: https://bugs.launchpad.net/oslo.messaging/+bugs For more details, please see below. 14.4.2 ^^^^^^ Bug Fixes * Auto-delete the failed quorum rabbit queues. When rabbit is failing for a specific quorum queue, delete the queue before trying to recreate it. This may happen if the queue is not recoverable on rabbit side. See https://www.rabbitmq.com/quorum- queues.html#availability for more info on this specific case. * Force queue deletion when it is not possible de redeclare a queue. See bug 2068630 for details. Changes in oslo.messaging 14.4.1..14.4.2 ---------------------------------------- 9c36c270 Handle NotFound exception when declaring a queue 8be07d3a kafka: Fix invalid hostaddr format for IPv6 address 34260a40 Auto-delete the failed quorum rabbit queues Diffstat (except docs and test files) ------------------------------------- oslo_messaging/_drivers/impl_kafka.py | 7 ++- oslo_messaging/_drivers/impl_rabbit.py | 57 ++++++++++++++++++++-- ...uto-deleted-failed-quorum-ca6a3923c3ed999a.yaml | 9 ++++ .../notes/bug-2068630-6ff92f213bc4eca0.yaml | 6 +++ 5 files changed, 84 insertions(+), 5 deletions(-)
participants (1)
-
no-reply@openstack.org