You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
+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:?]
+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 ?
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)
The text was updated successfully, but these errors were encountered: