Project file uploads timeout (and often do not OOPS)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
High
|
Unassigned | ||
Linaro Infrastructure Misc |
Invalid
|
High
|
Unassigned |
Bug Description
A user reported problems uploading a 12MB file to the 'freevial' project and receiving no OOPS but instead:
"Please try again
Sorry, there was a problem connecting to the Launchpad server.
Try reloading this page in a minute or two. If the problem persists, let us know in the #launchpad IRC channel on Freenode.
Thanks for your patience."
Tom H. looked at the Apache logs and found:
https:/
A search for others reporting the problem found:
http://
The Apache server receives the fully uploaded file before passing it on to Launchpad. The upload died before finishing therefore there was no chance for an OOPS to be generated.
OOPS-6acb6414862499859f26aef311dc7bd3
affects: | launchpad-foundations → launchpad-registry |
Changed in launchpad-registry: | |
importance: | Undecided → Low |
status: | New → Triaged |
Changed in launchpad: | |
importance: | Low → Critical |
tags: |
added: escalated linaro removed: infrastructure lp-registry |
Changed in launchpad: | |
assignee: | nobody → Graham Binns (gmb) |
tags: | added: arm |
Changed in launchpad: | |
assignee: | Graham Binns (gmb) → nobody |
summary: |
- Project file uploads time-out but don't OOPS + Project file upload timeout (and often do not OOPS) |
description: | updated |
Changed in linaro-infrastructure-misc: | |
milestone: | none → backlog |
importance: | Undecided → High |
status: | New → Triaged |
tags: | added: webapp-infrastructure |
tags: | removed: escalated |
Changed in linaro-infrastructure-misc: | |
milestone: | backlog → none |
Changed in linaro-infrastructure-misc: | |
status: | Triaged → Invalid |
Changed in launchpad: | |
status: | Triaged → Fix Released |
Changed in launchpad: | |
status: | Fix Released → Triaged |
information type: | Public → Private |
information type: | Private → Public |
summary: |
- Project file upload timeout (and often do not OOPS) + Project file uploads timeout (and often do not OOPS) |
Changed in launchpad: | |
importance: | Critical → High |
Searching the logs, Tom has found a high number of instances of the error in the above pastebin.
There appears to be two issues at work here:
1) A possible apache issue causing (at least) upload failures
2) A lack of apache error log integration with our oops tools which allow us to detect these errors and correct them. Users instead see the unplanned- offline. html file with no OOPS generated to let us know there was actually an issue.