Closed
Bug 574126
Opened 16 years ago
Closed 16 years ago
hbase to database spooler
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
1.8
People
(Reporter: lars, Assigned: lars)
Details
since 1.8 isn't going to end the database reports table, we need a cron or daemon process that transfers processed crash data into the database. We do not want the new processor to have this responsibility.
details:
repeat forever:
for each new crash that's been processed
insert data into reports table
insert data into frames table # is this necessary, does anything use it?
insert data into extensions table
insert data into pluginreports table
if necessary insert into plugins table
| Assignee | ||
Updated•16 years ago
|
Assignee: nobody → lars
| Assignee | ||
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.8
Updated•14 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
•