guanqingan / xmemcached

Automatically exported from code.google.com/p/xmemcached
Apache License 2.0
0 stars 0 forks source link

Xmemcached timeout problem ,about 6-10 set per seconds #290

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. memcached config : max-connection 4096 , max-bytes 12gb . And 12      
memcached in the same config as cluster.
2. when the memcached cached reached about 10gb , it will be stable 
3. After memcached reach 10gb about 2-3 days (sometimes shorter) , xmemcached 
will conntect timeout . but memcached is ok and the nginx connect memcached is 
ok . So I think maybe the problem is xmemcahced .

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
xmemcached  1.4.3  , linux 

Please provide any additional information below.
I use nginx to get data from memcached and use xmemcached to set data . When 
memcached reached to stable a few days later , xmemcached`s set operation will 
be timeout and soon timeout becomes very frequent , but nginx get is always ok 
if the memcached has the data . And after I restart memcached , xmemcached will 
be ok .

Original issue reported on code.google.com by xinster...@gmail.com on 28 Jun 2014 at 3:33