]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw: fix bucket sync thread waiting inordinate amount of time
authorJ. Eric Ivancich <ivancich@redhat.com>
Tue, 2 Jul 2024 17:50:27 +0000 (13:50 -0400)
committerJ. Eric Ivancich <ivancich@redhat.com>
Tue, 2 Jul 2024 17:50:27 +0000 (13:50 -0400)
commitafdead8a1784a1585757d8dd11f35729f8dcef74
tree414c600f0b996548de364db617c6c01d7f9ce896
parent4476126cd9269a2b94086de315c0bf8529f66c1e
rgw: fix bucket sync thread waiting inordinate amount of time

A signed value was read in as an unsigned value, so -1 was interpreted
as a very large value. This made the thread wait period in the bucket
sync thread inordinately long, preventing bucket sync and dynamic
resharding (unless values appropriate for debugging were set).

Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
src/rgw/rgw_quota.cc