Closed
Bug 1039781
Opened 12 years ago
Closed 12 years ago
get_raw_dumps not working for processor with ceph/S3
Categories
(Socorro :: Backend, task)
Socorro
Backend
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1040249
People
(Reporter: rhelmer, Unassigned)
Details
When attempting to process crashes from S3:
2014-07-16 17:06:24,862 WARNING - Thread-1 - error loading crash 1a4a8062-baa6-4298-aeef-060fb2140716
Traceback (most recent call last):
File "/data/socorro/application/socorro/processor/processor_app.py", line 127, in transform
dumps = self.source.get_raw_dumps_as_files(crash_id)
File "/data/socorro/application/socorro/external/ceph/crashstorage.py", line 237, in get_raw_dumps_as_files
return self.transaction(self.do_get_raw_dumps_as_files, crash_id)
File "/data/socorro/application/socorro/database/transaction_executor.py", line 104, in __call__
result = function(connection, *args, **kwargs)
File "/data/socorro/application/socorro/external/ceph/crashstorage.py", line 215, in do_get_raw_dumps_as_files
dumps_mapping = boto_s3_store.get_raw_dumps(crash_id)
File "/data/socorro/application/socorro/external/ceph/crashstorage.py", line 204, in get_raw_dumps
return self.transaction(self.do_get_raw_dumps, crash_id)
File "/data/socorro/application/socorro/database/transaction_executor.py", line 104, in __call__
result = function(connection, *args, **kwargs)
File "/data/socorro/application/socorro/external/ceph/crashstorage.py", line 194, in do_get_raw_dumps
dump_name
File "/data/socorro/application/socorro/external/ceph/crashstorage.py", line 336, in _fetch_from_boto_s3
thing_as_string = key.get_contents_as_string()
AttributeError: 'NoneType' object has no attribute 'get_contents_as_string'
| Reporter | ||
Comment 1•12 years ago
|
||
Accidentally double-filed this one
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•