Closed Bug 1171477 Opened 9 years ago Closed 9 years ago

500 ISE on symbol upload

Categories

(Socorro :: Webapp, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: rhelmer, Unassigned)

Details

At 02:19:39 on 2015-06-04, there was a failure uploading symbols:
https://treeherder.mozilla.org/logviewer.html#?job_id=875179&repo=mozilla-aurora

On the crash-stats server side, the error is:
[Thu Jun 04 02:19:38 2015] [error] [client 63.245.214.82] Premature end of script headers: socorro-crashstats.wsgi

I suspect this is because we're using "maximum-requests" in our Apache config, in WSGIDaemonProcess mode this causes periodic forced shutdown, and is likely to kill long-running tasks like this.

See also http://stackoverflow.com/questions/8125980/django-with-wsgi-sporadically-fails-with-premature-end-of-script-headers
Le sigh. It seems the error didn't reach Django. 

How many days now till we can upgrade to Nginx and uWSGI?
(In reply to Peter Bengtsson [:peterbe] from comment #1)
> Le sigh. It seems the error didn't reach Django. 
> 
> How many days now till we can upgrade to Nginx and uWSGI?

Soon :) Let's adjust the Apache config for PHX in the meantime too (per comment 0)
We're now on Nginx/uwsgi and we have Raven up and running. Let's get some fresh air here.
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.