Closed
Bug 630287
Opened 14 years ago
Closed 9 years ago
periodic AMO API call errors in PHX web servers
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: rhelmer, Unassigned)
References
()
Details
We periodically cannot connect to services.addons.mozilla.org from the web heads:
2011-01-31 11:46:11 -08:00 --- error: `soc.web extensions.getExtensionsFromAMO`
- AMO API Call https://services.addons.mozilla.org(...) only returns 1 results. Expected 24 results.
This does not look like a new problem since I see this in SJC kohana logs too.
stephend noticed that sometimes the "correlation" column on the topcrasher report page of crash-stats times out, I think that this is why.
Comment 1•14 years ago
|
||
The JSON calls are initiated from, e.g. https://crash-stats.mozilla.com/topcrasher/byversion/Firefox/3.6.3, and are POSTS that expect a list of signatures:
https://crash-stats.mozilla.com/correlation/bulk_ajax/addon/Firefox/3.6.3/
Comment 2•14 years ago
|
||
Is this a bug for us, or for AMO?
| Reporter | ||
Comment 3•14 years ago
|
||
(In reply to comment #2)
> Is this a bug for us, or for AMO?
I think it's probably AMO, but wanted to check on our side first.
Comment 4•14 years ago
|
||
Per getExtensionsFromAMO() that is an error that we log when a report has X extensions and when we make the request to AMO it only returns Y results. The problem is that people have installed addons that have not been registered with AMO.
This is logging as a Kohana error, it maybe should be logging as info instead of error to reduce log severity.
Comment 5•14 years ago
|
||
If the http status code does not return a 200, then it should log as an error.
Comment 6•14 years ago
|
||
It returns 200, so I'm ok with INFO.
Comment 7•14 years ago
|
||
I'm seeing this 100% of the time, right now, on https://crash-stats-dev.allizom.org/topcrasher/plot_signature/.
Updated•14 years ago
|
| Assignee | ||
Updated•13 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
Comment 8•9 years ago
|
||
We're using Hive these days.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•