]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: limit concurrency of metadata sync
authorCasey Bodley <cbodley@redhat.com>
Tue, 13 Jul 2021 17:18:27 +0000 (13:18 -0400)
committerCasey Bodley <cbodley@redhat.com>
Tue, 13 Jul 2021 18:17:00 +0000 (14:17 -0400)
commita07add0a5408f0480e93ea5920bc013119ba6401
tree122163bcd2bc80fef6775fbb4337eea9d761de9b
parent866d66b8749b28ec626a8d0adba3d14fdd8abead
rgw: limit concurrency of metadata sync

limit the number of concurrent RGWMetaSyncSingleEntryCRs that each mdlog
shard is allowed to spawn. use META_SYNC_SPAWN_WINDOW=20 to match data-
and bucket sync

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_sync.cc