Closed
Bug 458937
Opened 17 years ago
Closed 17 years ago
moz2 buildbots + talos unable to POST to the graph server
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: justdave)
Details
filing as a blocker because this is holding up 3.1b1 release work and keeping the tree closed.
| Reporter | ||
Comment 1•17 years ago
|
||
FAIL: graph server unreachable
FAIL: timed out
FAIL: error in post data
| Assignee | ||
Comment 2•17 years ago
|
||
lots of timeout errors in the log, restarted apache, so far looks good. No idea what got it bogged down.
Assignee: server-ops → justdave
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 3•17 years ago
|
||
Long running queries, this one was going for nearly 10 minutes. When this is happening, INSERT statements are blocked. I've never seen this before and believe it will be partially or mostly ameliorated by the switch to InnoDB tonight.
SELECT dataset_values.dataset_id, dataset_values.time, dataset_values.value, dataset_branchinfo.branchid, dataset_extra_data.data FROM dataset_values LEFT JOIN dataset_branchinfo ON dataset_values.dataset_id = dataset_branchinfo.dataset_id AND dataset_values.time = dataset_branchinfo.time LEFT JOIN dataset_extra_data ON dataset_values.dataset_id = dataset_extra_data.dataset_id AND dataset_values.time = dataset_extra_data.time WHERE dataset_values.dataset_id IN (53216,53252,53234,53274) ORDER BY
dataset_values.dataset_id, dataset_values.time
Updated•11 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•