Closed
Bug 692021
Opened 14 years ago
Closed 14 years ago
all crashstorage users throwing AttributeError
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
2.3
People
(Reporter: rhelmer, Assigned: lars)
Details
Noticed this testing a VM for export, it's happening on crash-stats-dev too:
"""
2011-09-28 16:38:05,172 CRITICAL - Thread-1 - Caught Error: <type 'exceptions.AttributeError'>
2011-09-28 16:38:05,184 CRITICAL - Thread-1 - 'module' object has no attribute 'hbaseThriftExceptions'
2011-09-28 16:38:05,184 CRITICAL - Thread-1 - trace back follows:
2011-09-28 16:38:05,186 CRITICAL - Thread-1 - Traceback (most recent call last):
2011-09-28 16:38:05,186 CRITICAL - Thread-1 - File "/data/socorro/application/socorro/processor/processor.py", line 446, in processJob
threadLocalCrashStorage = self.crashStorePool.crashStorage(threadName)
2011-09-28 16:38:05,186 CRITICAL - Thread-1 - File "/data/socorro/application/socorro/storage/crashstorage.py", line 677, in crashStorage
self[name] = c = self.storageClass(self.config)
2011-09-28 16:38:05,186 CRITICAL - Thread-1 - File "/data/socorro/application/socorro/storage/crashstorage.py", line 291, in __init__
retry_exceptions_list = list(hbaseClient.hbaseThriftExceptions)
2011-09-28 16:38:05,187 CRITICAL - Thread-1 - AttributeError: 'module' object has no attribute 'hbaseThriftExceptions'
2011-09-28 16:56:04,554 CRITICAL - Thread-1 - Caught Error: <type 'exceptions.AttributeError'>
2011-09-28 16:56:04,554 CRITICAL - Thread-1 - 'module' object has no attribute 'hbaseThriftExceptions'
2011-09-28 16:56:04,554 CRITICAL - Thread-1 - trace back follows:
2011-09-28 16:56:04,555 CRITICAL - Thread-1 - Traceback (most recent call last):
2011-09-28 16:56:04,556 CRITICAL - Thread-1 - File "/data/socorro/application/socorro/processor/processor.py", line 446, in processJob
threadLocalCrashStorage = self.crashStorePool.crashStorage(threadName)
2011-09-28 16:56:04,556 CRITICAL - Thread-1 - File "/data/socorro/application/socorro/storage/crashstorage.py", line 677, in crashStorage
self[name] = c = self.storageClass(self.config)
2011-09-28 16:56:04,556 CRITICAL - Thread-1 - File "/data/socorro/application/socorro/storage/crashstorage.py", line 291, in __init__
retry_exceptions_list = list(hbaseClient.hbaseThriftExceptions)
2011-09-28 16:56:04,557 CRITICAL - Thread-1 - AttributeError: 'module' object has no attribute 'hbaseThriftExceptions'
"""
Seems to be happening from every user of crashstorage, so processing, some mware ops etc are not working.
We obviously need better testing on checking ;)
Reporter | ||
Comment 1•14 years ago
|
||
(In reply to Robert Helmer [:rhelmer] from comment #0)
> We obviously need better testing on checking ;)
Er, "on checkin"
Assignee | ||
Comment 2•14 years ago
|
||
this looks like my fault. I'll be on it promptly...
Assignee: nobody → lars
Assignee | ||
Comment 3•14 years ago
|
||
fixed - appears to work
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
You need to log in
before you can comment on or make changes to this bug.
Description
•