killme2008 / xmemcached

High performance, easy to use multithreaded memcached client in java.
http://fnil.net/xmemcached
Apache License 2.0
757 stars 281 forks source link

Memcached TimeOut Exception #105

Open skathir1 opened 4 years ago

skathir1 commented 4 years ago

Getting following exception while set,add,delete and get , I am using xmemcached-1.3.8.jar. Please let me know below issue is fixed in latest version of xmemcached?

java.util.concurrent.TimeoutException: Timed out(200) waiting for operation at net.rubyeye.xmemcached.XMemcachedClient.latchWait(XMemcachedClient.java:2565) at net.rubyeye.xmemcached.XMemcachedClient.sendStoreCommand(XMemcachedClient.java:2548) at net.rubyeye.xmemcached.XMemcachedClient.set(XMemcachedClient.java:1312) at net.rubyeye.xmemcached.XMemcachedClient.set(XMemcachedClient.java:1370) at net.rubyeye.xmemcached.XMemcachedClient.set(XMemcachedClient.java:1357)

632677663 commented 4 years ago

Same question

indiketa commented 3 years ago

+1 Under high concurrency (22K users) sometimes: java.util.concurrent.TimeoutException: Timed out(5000 milliseconds) waiting for operation while connected to 10.0.10.172:11211 at net.rubyeye.xmemcached.XMemcachedClient.latchWait(XMemcachedClient.java:2577) ~[xmemcached-2.4.2.jar:?]

(retrieving a simple token string)

yinghuzhu commented 2 years ago

+1 Under high concurrency (22K users) sometimes: java.util.concurrent.TimeoutException: Timed out(5000 milliseconds) waiting for operation while connected to 10.0.10.172:11211 at net.rubyeye.xmemcached.XMemcachedClient.latchWait(XMemcachedClient.java:2577) ~[xmemcached-2.4.2.jar:?]

(retrieving a simple token string)

@indiketa Did you solve this issue ? how did you solve if so ?