Re: [Django] #21254: Random memcache error

2013-10-09 Thread Django
#21254: Random memcache error
-+-
 Reporter:  azurit   |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  Core (Cache system)  |  Version:  1.5
 Severity:  Normal   |   Resolution:  invalid
 Keywords:  memcache | Triage Stage:
Has patch:  0|  Unreviewed
  Needs tests:  0|  Needs documentation:  0
Easy pickings:  0|  Patch needs improvement:  0
 |UI/UX:  0
-+-
Changes (by timo):

 * status:  new => closed
 * needs_docs:   => 0
 * resolution:   => invalid
 * needs_tests:   => 0
 * needs_better_patch:   => 0


Comment:

 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.

-- 
Ticket URL: 
Django 
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/064.421eab8ab40960a15598ea3aaaf9181e%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


[Django] #21254: Random memcache error

2013-10-09 Thread Django
#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: 
Django 
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.