]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: incremental data sync respects spawn window
authorCasey Bodley <cbodley@redhat.com>
Tue, 7 Jan 2020 18:28:19 +0000 (13:28 -0500)
committerNathan Cutler <ncutler@suse.com>
Thu, 13 Feb 2020 13:53:48 +0000 (14:53 +0100)
commit75e7701ac24a9c797ee094c0f7806b32a6887259
tree866422fd0be900e6d3a2d623770a7ffb57798748
parentda9b42ec818878f09515a2b0315b22766f20c890
rgw: incremental data sync respects spawn window

RGWReadRemoteDataLogShardCR will fetch up to 1000 entries. in order for
the spawn window to apply correctly, it has to be enforced inside the
loop over those entries

Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 94a3affe7c7fc0a64e5b86f675326d6aee4e9b7e)
src/rgw/rgw_data_sync.cc