Closed
Bug 690033
Opened 14 years ago
Closed 14 years ago
It's taking 16s to verify zeus can talk to AMO
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: clouserw, Assigned: oremj)
Details
(Whiteboard: Waiting for Zeus support.)
On https://addons.mozilla.org/services/monitor we do a bunch of tests to make sure AMO is structurally sound. oremj recently modified the page to show how long each test is taking and it looks like the zeus tests are taking around 16s right now to complete. Nagios hits this page once per minute (I think?) on each webhead, so that's 30 hits per zeus box per minute.
The zeus check opens an authenticated connection to zeus and runs the getGlobalCacheInfo() call.[1]
I think this got substantially worse when we moved to phx and got more zeus boxes, but I'm not sure how long that call takes per box.
I don't have a grand idea on how to solve this, so the bug is more about starting a discussion on options.
[1] The call is merely to see if the authentication is correct, we don't actually look at the payload beyond success or failure. If there is a better way to do this or a cheaper call to make, let me know.
| Assignee | ||
Comment 1•14 years ago
|
||
The Zeus admin interface has been very slow since we moved over AMO and we've been working with tech support for about a month now trying to resolve the issues. I assume the issues are related and resolving our issue will resolve yours.
Updated•14 years ago
|
Assignee: server-ops → jeremy.orem+bugs
| Assignee | ||
Updated•14 years ago
|
Whiteboard: Waiting for Zeus support.
| Reporter | ||
Comment 2•14 years ago
|
||
We had to disable HERA in the monitor because of this. Any updates from Zeus support?
| Assignee | ||
Comment 3•14 years ago
|
||
They were on our servers today for about 4 hours and weren't able to pinpoint the problem. They are going to continue investigating.
| Reporter | ||
Comment 4•14 years ago
|
||
Could you ask sometime if there is a more correct way of telling if authentication has worked?
| Assignee | ||
Comment 5•14 years ago
|
||
Asked.
| Assignee | ||
Comment 6•14 years ago
|
||
"Currently, this is a known issue and we do have a feature request set with Development right now but there is no ETA at this time."
| Reporter | ||
Comment 7•14 years ago
|
||
Weak sauce. Also, they didn't reply-all. Double weak sauce.
| Assignee | ||
Comment 8•14 years ago
|
||
Yeah, they usually don't. Sometimes we get lucky and they do.
| Assignee | ||
Comment 9•14 years ago
|
||
It's not that useful to keep this bug open. We have a ticket open with them still and they are actively working on the issue.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 10•14 years ago
|
||
How will we (AMO team) know when it's resolved? Right now the checks are commented out in our source and this is the only bug we can point to
Updated•10 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
•