Closed
Bug 1228725
Opened 10 years ago
Closed 10 years ago
Many tests failing on treeherder with "ERROR 504: Gateway Time-out." or "ERROR 500: Internal Server Error."
Categories
(Developer Services :: Mercurial: hg.mozilla.org, defect)
Developer Services
Mercurial: hg.mozilla.org
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: aryx, Unassigned)
Details
Attachments
(1 file)
|
786.56 KB,
application/pdf
|
Details |
"ERROR 504: Gateway Time-out."
https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&revision=52d0c4ad8be5
"ERROR 500: Internal Server Error."
https://treeherder.mozilla.org/#/jobs?repo=fx-team&revision=24282235336d
| Reporter | ||
Comment 1•10 years ago
|
||
There are issues with hg.mozilla.org:
--01:03:50-- https://hg.mozilla.org/build/tools/raw-file/default/buildfarm/utils/archiver_client.py
=> `archiver_client.py'
Resolving hg.mozilla.org... 63.245.215.102, 63.245.215.25
Connecting to hg.mozilla.org|63.245.215.102|:443... connected.
HTTP request sent, awaiting response... 504 Gateway Time-out
01:04:51 ERROR 504: Gateway Time-out.
--2015-11-28 00:40:47-- https://hg.mozilla.org/build/tools/raw-file/default/buildfarm/utils/archiver_client.py
Resolving hg.mozilla.org... 63.245.215.102, 63.245.215.25
Connecting to hg.mozilla.org|63.245.215.102|:443... connected.
HTTP request sent, awaiting response... 500 Internal Server Error
2015-11-28 00:40:47 ERROR 500: Internal Server Error.
Comment 2•10 years ago
|
||
Raising severity as this is a tree closure issue.
Severity: normal → blocker
Definitely an event on hg.m.o - see attached graphs.
Source URLs for copy/paste messages in comment 0 & comment 1 are:
https://treeherder.mozilla.org/logviewer.html#?job_id=5958977&repo=fx-team#L94
https://treeherder.mozilla.org/logviewer.html#?job_id=17955233&repo=mozilla-inbound#L106
Which show problem occurred from both spot instance in use1 & hardware in scl3. Health reports to be attached, but both hosts have done a clean run since failed run.
| Reporter | ||
Comment 5•10 years ago
|
||
Saw issue again for Windows 8 x64 pgo: https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&revision=c33072613b5e
Comment 6•10 years ago
|
||
I have what was requested in bug 1225281 running on CRON on various hg hosts. It's set up to email me if there is a failure. Around 0029 PDT this morning, a number of alerts started spewing due to apparent issues with hgweb1. Those alerts persisted until they cleared around 0830-0836 PDT.
I suspect something happened with hgweb1 and it started erroring on HTTP requests. I suspect the 504's are from httpd not connecting to the WSGI process tree. I would think the load balancer would translate HTTP 504s into taking the host out of service automatically. Perhaps it didn't do that. Or perhaps hgweb1 was bouncing between up and down in the zlb.
It's a Saturday and I don't feel like spending more time on this. Perhaps taking hgweb1 out of the zlb and leaving this open for triage on Monday is prudent.
Comment 7•10 years ago
|
||
Actually, no. #sysadmins said a bunch of hgweb machines ran out of memory around 0030 PDT and were swapping hard. I guess hgweb1 was hit harder than the others for some reason. Who knows.
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Updated•10 years ago
|
Assignee: relops → nobody
Component: RelOps → Mercurial: hg.mozilla.org
Product: Infrastructure & Operations → Developer Services
QA Contact: arich → hwine
Comment 10•10 years ago
|
||
I haven't dug into the logs, but later in the day we had a single IP flood hg.mo with requests. See bug 1228806.
I'm being lazy and assuming the two events are linked. If we ever need to know for certain, the logs are there for later analysis.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•