oslo.messaging/releasenotes/notes/bug-1993149-e8b231791b65e938.yaml
Andrew Bogott 0602d1a10a Increase ACK_REQUEUE_EVERY_SECONDS_MAX to exceed default kombu_reconnect_delay
Previously the two values were the same; this caused us
to always exceed the timeout limit ACK_REQUEUE_EVERY_SECONDS_MAX
which results in various code paths never being traversed
due to premature timeout exceptions.

Also apply min/max values to kombu_reconnect_delay so it doesn't
exceed ACK_REQUEUE_EVERY_SECONDS_MAX and break things again.

Closes-Bug: #1993149
Change-Id: I103d2aa79b4bd2c331810583aeca53e22ee27a49
2023-04-20 15:27:58 -05:00

10 lines
287 B
YAML

---
upgrade:
- |
If kombu_reconnect_delay is specified in the [oslo_messaging_rabbit] section,
ensure that it is less than 5.0, the value of ACK_REQUEUE_EVERY_SECONDS_MAX
fixes:
- |
Increased ACK_REQUEUE_EVERY_SECONDS_MAX to resolve issues with rabbitmq HA
failover.