Closed
Bug 617057
Opened 14 years ago
Closed 14 years ago
Socorro - remove references to deprecated 'topcrashurlfactsreports' table
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
2.3
People
(Reporter: lars, Assigned: jberkus)
References
Details
(Whiteboard: [qa-])
jberkus noticed in the database logs that the 'topcrashurlfactsreports' table is a write only data sink. The 'topCrashesByUrl' cron job writes to that table, but nothing ever reads the data inserted into it.
There should be a little research done to see if we can just eliminate it.
| Reporter | ||
Comment 1•14 years ago
|
||
http://mozilla.privatepaste.com/baf66c8cd0
(10:36:20 AM) jberkus: and that one seq scan is from when I did a pg_dump
| Assignee | ||
Comment 2•14 years ago
|
||
This was never assgned to anyone, so it never happened. Assigning it and making it live, since we're still getting records in that table.
Assignee: nobody → rhelmer
Target Milestone: --- → 2.3
| Assignee | ||
Comment 3•14 years ago
|
||
The cron job has been fixed. I'm now assigning the bug to myself so that I can drop the table and get rid of it.
Assignee: rhelmer → josh
| Assignee | ||
Updated•14 years ago
|
Whiteboard: [2.2.6]
Updated•14 years ago
|
Target Milestone: 2.3 → 2.4
| Assignee | ||
Comment 4•14 years ago
|
||
This was committed and run as part of 2.2.6. I don't understand why it's been reopened; that table is gone.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
Updated•13 years ago
|
Whiteboard: [2.2.6] → [qa-]
| Assignee | ||
Updated•13 years ago
|
Target Milestone: 2.4 → 2.3
You need to log in
before you can comment on or make changes to this bug.
Description
•