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, <[email protected]> wrote:

> 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 <key> <flags> <exptime> <bytes>
>
> > set foo 0 900 2
> > 10
> STORED
>
> Your stat dump show that you have items in this server, seem weird
>
> Selon Jumping <[email protected]>:
>
> > 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 <[email protected]> wrote:
> >
> > > 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.196).
> > > Escape character is '^]'.
> > > stats
> > > STAT pid 19332
> > > STAT uptime 5412187
> > > STAT time 1274322359
> > > STAT version 1.4.2
> > > STAT pointer_size 32
> > > STAT rusage_user 13.090010
> > > STAT rusage_system 28.380685
> > > STAT curr_connections 244
> > > STAT total_connections 28341
> > > STAT connection_structures 299
> > > STAT cmd_get 20193150
> > > STAT cmd_set 1248609
> > > STAT cmd_flush 0
> > > STAT get_hits 20193150
> > > STAT get_misses 12256270
> > > STAT delete_misses 1
> > > STAT delete_hits 4118
> > > STAT incr_misses 0
> > > STAT incr_hits 0
> > > STAT decr_misses 0
> > > STAT decr_hits 0
> > > STAT cas_misses 0
> > > STAT cas_hits 0
> > > STAT cas_badval 0
> > > STAT bytes_read 863846401
> > > STAT bytes_written 1051543654
> > > STAT limit_maxbytes 134217728
> > > STAT accepting_conns 1
> > > STAT listen_disabled_num 0
> > > STAT threads 4
> > > STAT conn_yields 0
> > > STAT bytes 11209828
> > > STAT curr_items 132553
> > > STAT total_items 1248609
> > > STAT evictions 0
> > > END
> > >
> > > set foo 0 0 3
> > >
> > > After run "set foo 0 0 3":
> > > No reponse from the server.
> > >
> > >
> > >
> > > Best Regards,
> > > Jumping Qu
> > > ------
> > > SA
> > > BPO Solutions, China
> > >
> > >
> >
>
>
>

Reply via email to