could not set in a memcache server

2010-05-19 Thread Jumping
We have a memcache cluster, three servers consist of . There is a problem: all three servers have two running normal, the rest that can not set value. I could telnet the port 11211: [r...@dd ~]# telnet 10.14.95.196 11211 Trying 10.194.95.196... Connected to ip-10-14-95-196.ec2.internal (10.14.95.

Re: could not set in a memcache server

2010-05-19 Thread Jumping
Versions: memcached 1.4.2 libevent-1.4.12-stable A screen from memcache.php page.[image: 2010-5-19 12-40-06.png] Best Regards, Jumping Qu -- On Thu, May 20, 2010 at 10:38 AM, Jumping wrote: > We have a memcache cluster, three servers consist of . > There is a problem: all three servers h

Re: could not set in a memcache server

2010-05-20 Thread elijaa
If it helps, after having typed "set foo 0 0 3" in telnet you must type a 3 bytes length value and push enter again set > set foo 0 900 2 > 10 STORED Your stat dump show that you have items in this server, seem weird Selon Jumping : > Versions: > > memcached 1.4.2 > libevent-1.4.12-stable >

Re: could not set in a memcache server

2010-05-20 Thread Jumping
elijaa, Thanks. I could set value from telnet as you said. But my scripts did not add key & values to this server. Could you give me any clues? Best Regards, Jumping Qu -- On Thu, May 20, 2010 at 3:45 PM, wrote: > If it helps, after having typed "set foo 0 0 3" in telnet > you must type