From: Alfredo Deza Date: Tue, 17 Mar 2015 17:44:51 +0000 (-0400) Subject: when getting the worker bounds map the retries to objects X-Git-Tag: v1.2.2~6^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e4b246184545d5d76ff348245bb71ac3a7326497;p=radosgw-agent.git when getting the worker bounds map the retries to objects Signed-off-by: Alfredo Deza --- diff --git a/radosgw_agent/worker.py b/radosgw_agent/worker.py index 100ce6f..b92361c 100644 --- a/radosgw_agent/worker.py +++ b/radosgw_agent/worker.py @@ -380,7 +380,8 @@ class DataWorkerIncremental(IncrementalMixin, DataWorker): bucket_instance) marker = bound['marker'] - retries = bound['retries'] + # remap dictionaries to object-like + retries = [obj_.to_obj(i) for i in bound['retries']] timestamp = bound['oldest_time'] try: