]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw/notification: Continue committing notification events for other topics subscribed... 57996/head
authorkchheda3 <kchheda3@bloomberg.net>
Fri, 17 May 2024 15:06:10 +0000 (11:06 -0400)
committerkchheda3 <kchheda3@bloomberg.net>
Wed, 12 Jun 2024 18:38:10 +0000 (14:38 -0400)
Fixes https://tracker.ceph.com/issues/66097

Signed-off-by: kchheda3 <kchheda3@bloomberg.net>
(cherry picked from commit 9f4ea76d4d322eb26f75c7f9e1788290a1ebfeed)

src/rgw/driver/rados/rgw_notify.cc

index 31555a564cab960df90a6739d4b2e4d5866c6e3a..974ce0be24a6dfaac7d7328de7025c9c6355165a 100644 (file)
@@ -1086,7 +1086,7 @@ int publish_reserve(const DoutPrefixProvider* dpp,
           // either the topic is deleted but the corresponding notification
           // still exist or in v2 mode the notification could have synced first
           // but topic is not synced yet.
-          return 0;
+          continue;
         }
         ldpp_dout(res.dpp, 1)
             << "WARN: Using the stored topic from bucket notification struct."