Closed
Bug 798689
Opened 12 years ago
Closed 12 years ago
tbpl.mozilla.org not getting finished results
Categories
(Developer Services :: General, task)
Developer Services
General
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.
Updated•12 years ago
|
Assignee: server-ops → eziegenhorn
Assignee | ||
Comment 1•12 years ago
|
||
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
Assignee | ||
Comment 2•12 years ago
|
||
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.
Comment 3•12 years ago
|
||
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 :-))
Updated•10 years ago
|
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.
Description
•