Opened 12 years ago
Closed 12 years ago
#21254 closed Bug (invalid)
Random memcache error
| Reported by: | azurit | Owned by: | nobody |
|---|---|---|---|
| Component: | Core (Cache system) | Version: | 1.5 |
| Severity: | Normal | Keywords: | memcache |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Hi,
i'm getting this error randomly after upgrading to python2.7 (from 2.6):
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/Django-1.5.4-py2.7.egg/django/http/response.py", line 236, in close
signals.request_finished.send(sender=self._handler_class)
File "/usr/local/lib/python2.7/dist-packages/Django-1.5.4-py2.7.egg/django/dispatch/dispatcher.py", line 170, in send
response = receiver(signal=self, sender=sender, **named)
File "/usr/local/lib/python2.7/dist-packages/Django-1.5.4-py2.7.egg/django/core/cache/backends/memcached.py", line 89, in close
self._cache.disconnect_all()
File "/usr/lib/python2.7/dist-packages/memcache.py", line 344, in disconnect_all
for s in self.servers:
AttributeError: 'Client' object has no attribute 'servers'
Any ideas?
Note:
See TracTickets
for help on using tickets.
Please see https://code.djangoproject.com/wiki/TicketClosingReasons/UseSupportChannels
If you believe this is a bug in Django, we'll need more details to reproduce this issue.