enabling debug mode in horizon causes 500 erorrs
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Released
|
Medium
|
Bogdan Dobrelya | ||
4.1.x |
Fix Released
|
Medium
|
Bogdan Dobrelya | ||
5.0.x |
Fix Released
|
Medium
|
Bogdan Dobrelya |
Bug Description
Deployment:
Ubuntu 12.04 on Fuel 4.1
Neutron with vlan segmentation
3 controllers, 3 storage (Ceph), 20 computes
A user will encounter intermittent 500 Internal Server Error messages. This is usually associated with trying to launch an instance from a snapshot. Repeated attempts eventually work.
Traceback:
2014-06-
Traceback (most recent call last):
File "/usr/share/
server = api.nova.
File "/usr/share/
return Server(
File "/usr/lib/
return self._get(
File "/usr/lib/
_resp, body = self.api.
File "/usr/lib/
return self._cs_
File "/usr/lib/
**kwargs)
File "/usr/lib/
resp, body = self.request(url, method, **kwargs)
File "/usr/lib/
raise exceptions.
NotFound: Instance could not be found (HTTP 404) (Request-ID: req-9f25178b-
It is only reproducable under high load. Disabling debug mode for Horizon will cause the issue to go away. Perhaps one solution is tuning down the level of debugging to only the services we care about most.
description: | updated |
description: | updated |
Changed in fuel: | |
status: | New → Triaged |
assignee: | Fuel Library Team (fuel-library) → Bogdan Dobrelya (bogdando) |
Changed in fuel: | |
status: | Triaged → In Progress |
tags: | added: in-progress |
Fix proposed to branch: master /review. openstack. org/100887
Review: https:/