Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memcached TimeOut Exception #105

Open
skathir1 opened this issue Dec 10, 2019 · 3 comments
Open

Memcached TimeOut Exception #105

skathir1 opened this issue Dec 10, 2019 · 3 comments

Comments

@skathir1
Copy link

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
Copy link

Same question

@indiketa
Copy link

+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
Copy link

+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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants