Skip to content

Commit 9f4ea76

Browse files
committed
rgw/notification: Continue committing notification events for other topics subscribed to bucket even if there is failure to load any single topic .
Fixes https://tracker.ceph.com/issues/66097 Signed-off-by: kchheda3 <[email protected]>
1 parent c676c31 commit 9f4ea76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rgw/driver/rados/rgw_notify.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ int publish_reserve(const DoutPrefixProvider* dpp,
10991099
// either the topic is deleted but the corresponding notification
11001100
// still exist or in v2 mode the notification could have synced first
11011101
// but topic is not synced yet.
1102-
return 0;
1102+
continue;
11031103
}
11041104
ldpp_dout(res.dpp, 1)
11051105
<< "WARN: Using the stored topic from bucket notification struct."

0 commit comments

Comments
 (0)