-
Notifications
You must be signed in to change notification settings - Fork 3
/
README
29 lines (26 loc) · 1.87 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Simple test case to exhibit bug #136 on spymemcached
http://code.google.com/p/spymemcached/issues/detail?id=136
Usage: run (as many copies in parallel as you want) and wait. Eventually it will fail.
Failures specifically look like:
Exception in thread "Thread-1" net.spy.memcached.OperationTimeoutException: Timeout waiting for value
at net.spy.memcached.MemcachedClient.get(MemcachedClient.java:924)
at net.spy.memcached.MemcachedClient.get(MemcachedClient.java:939)
at org.sugis.memcache.MemcacheStress.runUnsafe(MemcacheStress.java:66)
at org.sugis.memcache.MemcacheStress.run(MemcacheStress.java:46)
at java.lang.Thread.run(Thread.java:662)
Caused by: net.spy.memcached.internal.CheckedOperationTimeoutException: Timed out waiting for operation - failing node: /127.0.0.1:11211
at net.spy.memcached.internal.OperationFuture.get(OperationFuture.java:65)
at net.spy.memcached.internal.GetFuture.get(GetFuture.java:37)
at net.spy.memcached.MemcachedClient.get(MemcachedClient.java:917)
... 4 more
Exception in thread "Thread-15" net.spy.memcached.OperationTimeoutException: Timeout waiting for value
at net.spy.memcached.MemcachedClient.get(MemcachedClient.java:924)
at net.spy.memcached.MemcachedClient.get(MemcachedClient.java:939)
at org.sugis.memcache.MemcacheStress.runUnsafe(MemcacheStress.java:66)
at org.sugis.memcache.MemcacheStress.run(MemcacheStress.java:46)
at java.lang.Thread.run(Thread.java:662)
Caused by: net.spy.memcached.internal.CheckedOperationTimeoutException: Timed out waiting for operation - failing node: /127.0.0.1:11211
at net.spy.memcached.internal.OperationFuture.get(OperationFuture.java:65)
at net.spy.memcached.internal.GetFuture.get(GetFuture.java:37)
at net.spy.memcached.MemcachedClient.get(MemcachedClient.java:917)
... 4 more