Closed Bug 1112209 Opened 9 years ago Closed 9 years ago

generate reports from missing_symbols table to replace modulelist

Categories

(Socorro :: General, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: rhelmer, Assigned: rhelmer)

References

Details

crash-analysis has a "modulelist" report that is generated from a hadoop pig job. The output is at:
https://crash-analysis.mozilla.com/crash_analysis/modulelist/

We now have a "missing_symbols" table in postgres that should be used for this, instead.
Assignee: nobody → rhelmer
The "missing_symbols" table needs to be dumped daily as a CSV onto https://crash-analysis.mozilla.com/crash_analysis/

Historically modulelist has gone into it's own dir in https://crash-analysis.mozilla.com/crash_analysis/modulelist/ but I think we might as well put this in the more standard dated directories e.g. https://crash-analysis.mozilla.com/crash_analysis/20141217/

We should call it "missing_symbols.csv" to make it clearer what it is (it's not a list of all modules, just modules+pdb names with missing symbols)
Status: NEW → ASSIGNED
Commits pushed to master at https://github.com/mozilla/socorro

https://github.com/mozilla/socorro/commit/c866cb7e140bf160292ac942a8590a4f7a8b38c5
fix bug 1112209 - generate missing_symbols report

https://github.com/mozilla/socorro/commit/5e86760e5aedaf774c9d381d92a2a666997adf9d
Merge pull request #2519 from rhelmer/bug1112209-missing-symbols-report

fix bug 1112209 - generate missing_symbols report
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Commits pushed to master at https://github.com/mozilla/socorro

https://github.com/mozilla/socorro/commit/b42006c45ac3754654c5c2db2a20a1e4a6d8f214
fix bug 1112209 - 'set -e' doesn't work with the way we're doing using read here

https://github.com/mozilla/socorro/commit/761d8c6f7f1f31fb4e42e91503557ca0634a8222
Merge pull request #2523 from rhelmer/bug1112209-missing-symbols

fix bug 1112209 - 'set -e' doesn't work with the way we're doing using r...
Commits pushed to master at https://github.com/mozilla/socorro

https://github.com/mozilla/socorro/commit/8eaf1df0dc37e0c083d0629feb490431469cf77f
bug 1112209 followup - remove debug causing cron spam

https://github.com/mozilla/socorro/commit/c1f59a0ff4f9a6e43759d65aadb4ca952e5d52be
Merge pull request #2524 from rhelmer/bug1112209-missing-symbols

bug 1112209 followup - remove debug causing cron spam
You need to log in before you can comment on or make changes to this bug.