summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Giusti <kgiusti@gmail.com>2019-02-22 12:50:14 -0500
committerKenneth Giusti <kgiusti@gmail.com>2019-02-22 12:50:52 -0500
commit3113175443b975d72699b3bbe6fea488c414a3ef (patch)
tree296d434bddbd5da021fead90a9ab7a9db3169b4e
parent13759e1254ce33a4c252ae4a548be4a0e4a3b4a7 (diff)
downloadoslo-messaging-3113175443b975d72699b3bbe6fea488c414a3ef.tar.gz
Add release note for amqp library TLS/SSL errorpike-em5.30.8
Change-Id: I90c172d673084ff0cb0a3dd0fae21a5d62d35286 Related-Bug: #1800957
-rw-r--r--releasenotes/notes/amqp-tls-issue-57c7f6ea894e03d7.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/releasenotes/notes/amqp-tls-issue-57c7f6ea894e03d7.yaml b/releasenotes/notes/amqp-tls-issue-57c7f6ea894e03d7.yaml
new file mode 100644
index 0000000..213d5e2
--- /dev/null
+++ b/releasenotes/notes/amqp-tls-issue-57c7f6ea894e03d7.yaml
@@ -0,0 +1,17 @@
+---
+issues:
+ - |
+ A bug in the ``amqp`` python library can cause the connection to the
+ RabbitMQ broker to hang when using SSL/TLS. This results in
+ frequent errors such as this::
+
+ MessagingTimeout: Timed out waiting for a reply to message ID ae039d1695984addbfaaef032ce4fda3
+
+ (see `bug 1800957
+ <https://bugs.launchpad.net/oslo.messaging/+bug/1800957>`_).
+
+ This bug has been fixed in `v2.4.1 of amqp
+ <https://github.com/celery/py-amqp/commit/bf122a05a21a8cc5bca314b0979f32c8026fc66e>`_.
+
+ It is recommended that deployments using SSL/TLS upgrade the amqp
+ library to v2.4.1 or later.