]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rgw/notification: persistent notification queue full behavior 59233/head
authorYuval Lifshitz <ylifshit@ibm.com>
Wed, 14 Aug 2024 11:02:09 +0000 (11:02 +0000)
committerZac Dover <zac.dover@proton.me>
Thu, 15 Aug 2024 08:04:48 +0000 (18:04 +1000)
Fixes: https://tracker.ceph.com/issues/50610
Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com>
(cherry picked from commit d12ba11741dc749bcce315bf467078595fa95b24)

doc/radosgw/notifications.rst

index aa9a55ef966e8d159dc8a0b381cbad01d5c4d17a..259d64bf0989f814736bfd9e041277af81f392c7 100644 (file)
@@ -61,9 +61,15 @@ Asynchronous Notifications
 ~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 Notifications can be sent asynchronously. They are committed into persistent
-storage and then asynchronously sent to the topic's configured endpoint. In
-this case, the only latency added to the original operation is the latency
+storage and then asynchronously sent to the topic's configured endpoint.
+The notification will be committed to persistent storage only if the triggering
+operation was successful.
+In this case, the only latency added to the original operation is the latency
 added when the notification is committed to persistent storage.
+If the endpoint of the topic to which the notification is sent is not available for a long
+period of time, the persistent storage allocated for this topic will eventually fill up.
+When this happens the triggering operations will fail with ``503 Service Unavailable``, 
+which tells the client that it may retry later.
 
 .. note:: If the notification fails with an error, cannot be delivered, or
    times out, it is retried until it is successfully acknowledged.