]> git.apps.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)
committerCory Snyder <csnyder@iland.com>
Wed, 4 Aug 2021 16:38:25 +0000 (12:38 -0400)
commit46802213a28490d59bf6b546c0791382175d0fd9
treef2ac2d4460a53bac1338ff0951defeb7169b7670
parented481ece74610a94a2cfc2280232e3daf82a0349
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>
(cherry picked from commit a07add0a5408f0480e93ea5920bc013119ba6401)
src/rgw/rgw_sync.cc