From: Alfredo Deza Date: Wed, 25 May 2016 18:55:11 +0000 (-0400) Subject: improve the logging saying the op state will be tried again X-Git-Tag: v1.2.6~2^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F42%2Fhead;p=radosgw-agent.git improve the logging saying the op state will be tried again Signed-off-by: Alfredo Deza Resolves: rhbz#1336532 --- diff --git a/radosgw_agent/worker.py b/radosgw_agent/worker.py index 4d82b12..e5dde5a 100644 --- a/radosgw_agent/worker.py +++ b/radosgw_agent/worker.py @@ -287,6 +287,7 @@ class DataWorker(Worker): raise SyncFailed('object copy state not found') except Exception as e: log.debug('error geting op state: %s', e, exc_info=True) + log.info('will try to get op state again') time.sleep(1) # timeout expired raise SyncTimedOut()