Closed
Bug 1885978
Opened 8 months ago
Closed 7 months ago
remove raw crash usage from elasticsearch code
Categories
(Socorro :: General, task, P2)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
Details
Attachments
(1 file)
A long time ago, the Elasticsearch crashstorage code pulled values from both the raw and processed crash structures to generate the document it then indexed. That's no longer true. Now the Elasticsearch crashstorage code only pulls validated, normalized values from the processed crash structure.
Because of that, we can remove the code that supported pulling values from the raw crash. That'll simplify the code and remove some confusion.
Assignee | ||
Comment 1•8 months ago
|
||
I think I can do this real quick and then I can stop thinking about it at night.
Assignee: nobody → willkg
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•8 months ago
|
||
Assignee | ||
Comment 3•8 months ago
|
||
Assignee | ||
Comment 4•7 months ago
|
||
This deployed to production just now in bug #1890341.
Status: ASSIGNED → RESOLVED
Closed: 7 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•