]> git-server-git.apps.pok.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)
committerCasey Bodley <cbodley@redhat.com>
Tue, 7 Jan 2020 21:12:22 +0000 (16:12 -0500)
commit94a3affe7c7fc0a64e5b86f675326d6aee4e9b7e
treec707c674b76e0b2ba678f0f1087b427f5f0586a9
parentdfd90da59c0b2eda9ca61fed1d508ddc2ab32a2b
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>
src/rgw/rgw_data_sync.cc