]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw/notify: fix reading the entries in a loop
authorN Balachandran <nithya.balachandran@ibm.com>
Fri, 14 Nov 2025 03:21:29 +0000 (08:51 +0530)
committerN Balachandran <nithya.balachandran@ibm.com>
Mon, 17 Nov 2025 09:58:01 +0000 (15:28 +0530)
commitb984980897dd4e2fa14641d4bf5e5bab3bc1336b
tree247fb2dbe2df124e403ddcf3c16dbc8ab598a881
parent9e129169b27c813a566268ed05bc2236cc2110b7
rgw/notify: fix reading the entries in a loop

If more than 1024 entries exist, the start_after variable
is updated to enable reading the subsequent set of entries.

Fixes: https://tracker.ceph.com/issues/73812
Signed-off-by: N Balachandran <nithya.balachandran@ibm.com>
src/rgw/driver/rados/rgw_notify.cc