Closed
Bug 1219798
Opened 10 years ago
Closed 9 years ago
create an ES new_crash_source
Categories
(Socorro :: Backend, task, P1)
Socorro
Backend
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: lars, Assigned: peterbe)
Details
there is a family of crashes essential to Socorro's back end FTS apps called "new_crash_source". Their jobs are to provide an iterator yielding a stream of crash_ids. The FTS apps, such as the crashmover, submitter, and processor, use this stream to tell them what to fetch from their "source" for the applying the subsequent "transform" and saving to the "destination".
We're lacking one of these classes for ES. If we had one that would create the data structure necessary to start a search yielding a stream of crash_ids, then we could plug it into any FTS app. This could be a way making one more step toward breaking our dependency on PG.
| Reporter | ||
Comment 1•10 years ago
|
||
in the first sentence: s/crashes/classes/
Updated•10 years ago
|
Assignee: nobody → adrian
Priority: -- → P1
Updated•10 years ago
|
Assignee: adrian → peterbe
Comment 2•9 years ago
|
||
unlikely to invest further in the FTS framework
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•