#21254: Random memcache error
-------------------------------------+----------------------
     Reporter:  azurit               |      Owner:  nobody
         Type:  Bug                  |     Status:  new
    Component:  Core (Cache system)  |    Version:  1.5
     Severity:  Normal               |   Keywords:  memcache
 Triage Stage:  Unreviewed           |  Has patch:  0
Easy pickings:  0                    |      UI/UX:  0
-------------------------------------+----------------------
 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?

-- 
Ticket URL: <https://code.djangoproject.com/ticket/21254>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/049.bbd22c1ff7d7f278c7224f707fc95942%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to