Closed
Bug 945757
Opened 12 years ago
Closed 8 years ago
Improve the elasticsearch backfill / reindex app
Categories
(Socorro :: Backend, task)
Socorro
Backend
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: adrian, Unassigned)
Details
The script we are using to do backfilling / reindexing into elasticsearch could get some love and be more robust. Some ideas:
* add logging about current status
* improve failure resilience (it should never stop before the backfill is entirely done)
* make sources more configurable. Currently the script can only be used for reindexing (taking crashes from ES to put them back into ES). It should be able to take crashes from any of our crash storages.
Any other suggestion is welcome.
Comment 1•12 years ago
|
||
Great ideas!
I recommend using a queue for setting up the list of what needs to be backfilled rather than a count or a list internal to the app. This eliminates the requirement that the app itself be super resilient. Instead, you can rely on the queue to keep track of whether or not you've got more work to do.
Reporter | ||
Updated•12 years ago
|
Priority: -- → P3
Reporter | ||
Updated•11 years ago
|
Assignee: adrian → nobody
Priority: P3 → --
Reporter | ||
Comment 2•8 years ago
|
||
That script doesn't exist anymore.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•