Closed Bug 798689 Opened 12 years ago Closed 12 years ago

tbpl.mozilla.org not getting finished results

Categories

(Developer Services :: General, task)

task
Not set
blocker

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: philor, Assigned: cshields)

References

Details

I know, I know, you want a better bug report, but I don't know why it's not successfully fetching build results or not successfully inserting them in its database, what I know is that https://tbpl.mozilla.org/ isn't showing results for jobs that finished in the last few hours, and so every tree is closed.
Assignee: server-ops → eziegenhorn
importer script (run from cron every 5 mins) was timing out on: DELETE FROM runs_logs WHERE content IS NULL

paged mpressman, who added an index to content idx_content (content(1)) which sped that up a lot.
Assignee: eziegenhorn → cshields
Status: NEW → RESOLVED
Closed: 12 years ago
Component: Server Operations → Server Operations: Developer Services
QA Contact: jdow → shyam
Resolution: --- → FIXED
I was a little brief as to the RFO last night, but mpressman explains why the delete statement was timing out:

< mpressman> it was performing a full table scan on ~140GB table

he has optimized the db so this doesn't happen again.
This will need the in-tree schema to be updated as well, I'll file a bug shortly.

(For future bugs outside of the tinderboxpushlog component, please can tinderboxpushlog@webtools.bugs be CCed too :-))
Blocks: 799554
Blocks: 799578
Blocks: 803009
Component: Server Operations: Developer Services → General
Product: mozilla.org → Developer Services
You need to log in before you can comment on or make changes to this bug.