Open GoogleCodeExporter opened 9 years ago
Original comment by ingen...@gmail.com
on 5 Feb 2012 at 7:47
I have hang issue too when i call shutdown method it hangs.
We use 1.7.1 Membased and virtualBucket configuration to create connection.
Here is the thread dump:
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x0000000700b24368> (a java.util.concurrent.CountDownLatch$Sync)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:198)
at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1011)
at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1303)
at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:253)
at net.spy.memcached.MemcachedClient.waitForQueues(MemcachedClient.java:2120)
at net.spy.memcached.MemcachedClient.shutdown(MemcachedClient.java:2073)
Original comment by alexkhim...@gmail.com
on 22 Feb 2012 at 4:17
Issue 239 has been merged into this issue.
Original comment by ingen...@gmail.com
on 16 Mar 2012 at 5:05
Original issue reported on code.google.com by
jonross1...@gmail.com
on 4 Jan 2012 at 9:10