Closed
Bug 860289
Opened 12 years ago
Closed 12 years ago
Optimize the backfill app for elasticsearch
Categories
(Socorro :: Backend, task)
Socorro
Backend
Tracking
(Not tracked)
RESOLVED
FIXED
42
People
(Reporter: adrian, Assigned: adrian)
Details
(Whiteboard: [qa-])
The backfill app for elasticsearch doesn't use the bulk indexing feature of ES and should, to make backfilling faster and more reliable. Using it will also prevent errors in indexing to stop the entire app (instead it swallows them, which might not be the best thing but is still better than not being able to backfill).
Assignee | ||
Comment 1•12 years ago
|
||
Pull request: https://github.com/mozilla/socorro/pull/1182
Whiteboard: [qa-]
Comment 2•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/1a173e648806d00e8340ffc80e3395830dbe6403
Fixes bug 860289 - Optimized elasticsearch backfill app to use bulk indexing.
https://github.com/mozilla/socorro/commit/3cf8ac7a8a11f2a868cdfea2aad9a318c738b0d9
Merge pull request #1182 from AdrianGaudebert/860289-optimize-es-backfill
Fixes bug 860289 - Optimized elasticsearch backfill app to use bulk indexing.
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•12 years ago
|
Target Milestone: --- → 42
You need to log in
before you can comment on or make changes to this bug.
Description
•