Project

General

Profile

Actions

Bug #10099

closed

Bug #10102: sync agent: does not handle gracefully transient errors

radosgw-agent - error geting op state: list index out of range

Added by Brian Andrus over 9 years ago. Updated over 9 years ago.

Status:
Duplicate
Priority:
High
Assignee:
-
Target version:
-
% Done:

0%

Source:
Support
Tags:
Backport:
Regression:
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

radosgw-agent logs the following, and objects are not synced to the secondary gateway.

INFO:urllib3.connectionpool:Starting new HTTP connection (1): redacted.com
DEBUG:urllib3.connectionpool:"GET /admin/opstate?client-id=radosgw-agent&object=Sample%2F%3CKey%3A+Sample_Folder_1%2FF%3A%2FShared%2FSAMPLE+DOCS%2FSAMPLE+SAMPLE+%26+SAMPLE%2FSAMPLE+series%2FSAMPLE_SPEC.pdf%3E&op-id=redacted%3A17649%3A37606 HTTP/1.1" 200 None
DEBUG:radosgw_agent.worker:op state is []
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 = state0['state']
IndexError: list index out of range
DEBUG:boto:StringToSign:
GET

Thu, 13 Nov 2014 19:12:16 GMT
/admin/opstate
DEBUG:boto:Signature:
AWS ZBR8UZ8FV1RMQDLSAGDH:0yaxu0zutgVnq1STiSOEMYnXuyM=
DEBUG:boto:url = 'http://redacted.com/admin/opstate'
params={'client-id': 'radosgw-agent', 'object': u'Backups/<Key: Backups,Sample_Folder/F:/Shared/SAMPLE DOCS/SAMPLE SAMPLE & SAMPLE/SAMPLE series/SAMPLE_SPEC.pdf>', 'op-id': 'redacted:17649:37606'}
headers={'Date': 'Thu, 13 Nov 2014 19:12:16 GMT', 'Content-Length': 0, 'Authorization': u'AWS ZBR8UZ8FV1RMQDLSAGDH:0yaxu0zutgVnq1STiSOEMYnXuyM=', 'User-Agent': 'Boto/2.32.1 Python/2.7.5 Linux/3.10.0-123.6.3.el7.x86_64'}
data=None

Actions #1

Updated by Brian Andrus over 9 years ago

  • Status changed from New to Duplicate
  • Parent task set to #10102
Actions

Also available in: Atom PDF