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

Signed-off-by: kchheda3 <kchheda3@bloomberg.net>
src/rgw/driver/rados/rgw_notify.cc

index dee1277201c88603d3a183ac29fea277dc37716f..9a1cd44480965d273019bb06504812a5be076e95 100644 (file)
@@ -1099,7 +1099,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."