Project

General

Profile

Bug #10102

Updated by Alfredo Deza over 9 years ago

on a copy operation, rgw sent back 400 and the sync agent got stuck in the following loop: 

 <pre> 
 2014-11-12T18:12:48.616 18110:DEBUG:radosgw_agent.worker:op state is [] 
 2014-11-12T18:12:48.617 18110:DEBUG:radosgw_agent.worker:error geting op state: list index out of range 
 Traceback (most recent call last): 
   File "/usr/lib/python2.7/site-packages/radosgw_agent/worker.py", line 220, in wait_for_object 
     state = state[0]['state'] 
 IndexError: list index out of range 
 </pre> 

 The sync agent needs to back out and retry in such cases. 

Back