Closed
Bug 591028
Opened 15 years ago
Closed 15 years ago
Port /downloads to zamboni
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
5.12.2
People
(Reporter: jbalogh, Assigned: jbalogh)
References
()
Details
(Whiteboard: [z][qa+][loadtest+])
This currently lives at http://viewvc.svn.mozilla.org/vc/addons/trunk/site/app/controllers/downloads_controller.php?view=markup.
I want to switch it so we stop getting hash errors with downloads. If zamboni makes the buttons and serves the downloads there's no room for inconsistency.
r?wil and r?fligtar because I saw your fingers on this. AFAIK the new version matches remora in every way except the handing of unreviewed add-ons. That ?confirmed thing is pointless now that we have the popups.
http://github.com/jbalogh/zamboni/commit/0780aff
Comment 1•15 years ago
|
||
Mossop is going to give us the details for the hash header that we should start using here too. It will fix a number of problems with installing add-ons in Firefox 4 and make non-JS installations safer.
Comment 2•15 years ago
|
||
(In reply to comment #1)
> Mossop is going to give us the details for the hash header that we should start
> using here too. It will fix a number of problems with installing add-ons in
> Firefox 4 and make non-JS installations safer.
Files bug 591070, will follow up with specifics on the hash header in a bit.
| Assignee | ||
Updated•15 years ago
|
Target Milestone: 5.11.9 → 5.12
| Assignee | ||
Comment 5•15 years ago
|
||
Reviewed, waiting on the dependent bug.
Target Milestone: 5.12 → 5.12.1
Updated•15 years ago
|
Target Milestone: 5.12.1 → 4.x (triaged)
Comment 6•15 years ago
|
||
The hash fix needs to land before Firefox 4 goes to RC. That means this should be sooner than 4.x or we need to backport it to remora.
Comment 7•15 years ago
|
||
(In reply to comment #6)
> The hash fix needs to land before Firefox 4 goes to RC. That means this should
> be sooner than 4.x or we need to backport it to remora.
Ah, ok. thanks. jbalogh: why does this depend on getting an AMO file server?
Target Milestone: 4.x (triaged) → 5.12.2
| Assignee | ||
Comment 8•15 years ago
|
||
(In reply to comment #7)
> Ah, ok. thanks. jbalogh: why does this depend on getting an AMO file server?
Because we don't want to have a python process locked up serving a file. File servers can do that much more efficiently.
Comment 9•15 years ago
|
||
(In reply to comment #8)
> (In reply to comment #7)
> > Ah, ok. thanks. jbalogh: why does this depend on getting an AMO file server?
>
> Because we don't want to have a python process locked up serving a file. File
> servers can do that much more efficiently.
Sorry to butt in here, but is that/could that be part of the WGSI/500 problem we see on preview/next?
| Assignee | ||
Comment 10•15 years ago
|
||
(In reply to comment #9)
> Sorry to butt in here, but is that/could that be part of the WGSI/500 problem
> we see on preview/next?
No.
| Assignee | ||
Comment 11•15 years ago
|
||
This needs to use https://preview.addons.mozilla.org/files for local files and then we'll be good.
| Assignee | ||
Comment 12•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•15 years ago
|
Whiteboard: [z] → [z][qa!]
Comment 13•15 years ago
|
||
I've been hitting this on PAMO and haven't gotten it to die yet. QA: As you can expect, this is a pretty big deal so we should test it well. URLs include stuff like:
/file/:id/name
/file/:id/type:attachment
/latest/1865/type:xpi/platform:5
Whiteboard: [z][qa!] → [z][qa+]
| Assignee | ||
Comment 14•15 years ago
|
||
Also make sure downloads do the right thing for thunderbird.
| Assignee | ||
Comment 15•15 years ago
|
||
Cleaned up in http://github.com/jbalogh/zamboni/commit/cc058d2
Whiteboard: [z][qa+] → [z][qa+][loadtest?]
Comment 16•15 years ago
|
||
loadtest+. We get anywhere from 80r/s (on /file/ downloads) and 180r/s (on /latest/ downloads). It looks like we're _averaging_ 2r/s on the live site, so that gives us some buffer space for peak days
Whiteboard: [z][qa+][loadtest?] → [z][qa+][loadtest+]
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•