]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw/notification: fix persistent notification hang when ack-levl=none 39790/head
authorYuval Lifshitz <ylifshit@redhat.com>
Tue, 2 Mar 2021 17:42:22 +0000 (19:42 +0200)
committerYuval Lifshitz <ylifshit@redhat.com>
Tue, 2 Mar 2021 17:42:22 +0000 (19:42 +0200)
commite208b79574eef579ba51423ac6f7aa6105c174ba
tree9a012da2daa21f390a87352ede5697b2a8d6e86d
parent8287a34aeabe1ed3091bcf407d71a386bb46af4d
rgw/notification: fix persistent notification hang when ack-levl=none

when a persistent notifications for amqp/kafka are set with
amqp/kafka-ack-level=none, only the first notification is sent.
any consequent notifications are not sent.

Fixes: https://tracker.ceph.com/issues/49557
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
src/rgw/rgw_notify.cc