Closed
Bug 1784558
Opened 2 years ago
Closed 2 years ago
add collector metadata from raw crash to processed crash
Categories
(Socorro :: Processor, task, P2)
Socorro
Processor
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
When working on bug #1764395, I discovered we had a rule for copying the collector_notes from the raw crash to the processed crash, but it wasn't in the pipeline, so it never ran.
I removed that code when working on the schema stuff. I think we should probably have a new rule which copies all the important bits generated by the collector from the raw crash to the processed crash.
This would cover:
- collector_notes
- payload
- payload_compressed
- submitted_timestamp
This would make it easier for us to move how those exist in the raw crash as well.
Assignee | ||
Comment 1•2 years ago
|
||
There are two parts to this:
- add the collector metadata to the processed crash and fix the report view to look at the processed crash first, then degrade to looking at the raw crash
- in six months, change the report view to only look at the processed crash
Assignee: nobody → willkg
Status: NEW → ASSIGNED
Assignee | ||
Updated•2 years ago
|
Summary: add collector_notes from raw crash to processed crash → add collector metadata from raw crash to processed crash
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
Assignee | ||
Comment 4•2 years ago
|
||
Assignee | ||
Comment 5•2 years ago
|
||
Assignee | ||
Comment 6•2 years ago
|
||
Assignee | ||
Comment 7•2 years ago
|
||
Assignee | ||
Comment 8•2 years ago
|
||
I pushed this just now to production in bug #1803661.
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•