mike252004 / spymemcached

Automatically exported from code.google.com/p/spymemcached
0 stars 0 forks source link

authentication latch can block user threads indefinitely #131

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In testing with rc3, it was found that if the MemcachedClient is disposed
of without ever completing or canceling auth, another thread could be
blocked on the latch.  

The latch should have a timeout added to it.

Original issue reported on code.google.com by ingen...@gmail.com on 11 Apr 2010 at 5:32

GoogleCodeExporter commented 8 years ago
This was fixed for the 2.5 release, but the fix may have issues on Linux.  
That's
being investigated.

Original comment by ingen...@gmail.com on 28 Apr 2010 at 6:07

GoogleCodeExporter commented 8 years ago
Turns out it was something more benign causing the problem.

Original comment by ingen...@gmail.com on 24 Sep 2010 at 1:52