Closed
Bug 1398195
Opened 8 years ago
Closed 8 years ago
Stop storing plugins_reports
Categories
(Socorro :: Processor, task)
Socorro
Processor
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: peterbe, Assigned: peterbe)
References
Details
When storing a processed crash we also do two follow-up tasks. First we store the plugin that it was (e.g. processed_crash['PluginFilename'] and processed_crash['PluginName']). Then we also store the version specifically. I.e. using processed_crash['PluginVersion'].
So this way we have a table of plugins, and a table called plugins_reports.
We never use the plugins_reports tables for any reads.
Once this has been deprecated and postgres crashstorage still works we can proceed to delete all the old plugins_reports_* tables.
Assignee | ||
Updated•8 years ago
|
Summary: Deprecate storing plugins_reports → Stop storing plugins_reports
Comment 1•8 years ago
|
||
Commit pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/95a2ad2841ff8286dc3b4acffa036e186ef248a9
fixes bug 1398195 - Deprecate storing plugins_reports (#3970)
* fixes bug 1398195 - Deprecate storing plugins_reports
* remove report_partition_info reference for testing
* execute_no_results
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•