-
```
java.lang.IllegalStateException: Namespace key already has value.The key
is:namespace:DictItem,and the value is:1383040902472``standB
at
net.rubyeye.xmemcached.XMemcachedClient.getNamespace(XMe…
-
```
xmemcache 1.3.3
使用的是binary, connectionPoolSize=2
跑的是benchmark的代码,
time cost: 202000770126
threads=300,repeats=40000,valueLength=1024,tps=59405,miss=6393960,fail=0,hit=320
7240,all=12000000,hitRat…
-
```
xmemcache 1.3.3
使用的是binary, connectionPoolSize=2
跑的是benchmark的代码,
time cost: 202000770126
threads=300,repeats=40000,valueLength=1024,tps=59405,miss=6393960,fail=0,hit=320
7240,all=12000000,hitRat…
-
```
java.lang.IllegalStateException: Namespace key already has value.The key
is:namespace:DictItem,and the value is:1383040902472``standB
at
net.rubyeye.xmemcached.XMemcachedClient.getNamespace(XMe…
-
```
What steps will reproduce the problem?
从memcached get数据时较为频繁,但是set也时有发生
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system…
-
```
1. In binary mode, any form of get() on a key that is not present returns the
empty string (""), rather than null.
2. In binary mode, compareAndSet() ignores the cas value and always does the
…
-
```
net.rubyeye.xmemcached.exception.MemcachedException: Session has been closed
at net.rubyeye.xmemcached.impl.MemcachedTCPSession.destroy(MemcachedTCPSession.java:119)
at net.rubyeye.xmemcac…
-
```
net.rubyeye.xmemcached.exception.MemcachedException: Session has been closed
at net.rubyeye.xmemcached.impl.MemcachedTCPSession.destroy(MemcachedTCPSession.java:119)
at net.rubyeye.xmemcac…
-
```
There is a platform which uses xmemcached under small load (about 1000-2000
transactions per second). Everything works fine for some time, then in few
hours there is a bunch (~100-200) of Timeou…
-
Hi,
We've been using XMemcachedClient connected to twemproxy which sits behind set of memcached servers. We've kept a OpTimeout of 30 ms.
Over the time, the Recv Q(from netstat) size of the tcp …