> hi > > we are using memcached 1.4.5_2 on 3 servers, each server has the same > version of all software installed. on two servers memcached is working > perfectly, however on the 3rd if doesnt work, it appears to not return > any data, the sql connection is working fine and the code we are using > is OK as it is shared via NFS to all 3 servers, here is a sample of > when we try to use memcache: > > host# /usr/local/bin/memcached -vv -d -u nobody > host# slab class 1: chunk size 80 perslab 13107 [snip] > <20 new auto-negotiating client connection > 20: Client using the ascii protocol > <20 get sqlassoc:5770ee132150b6fca3b63c477c9fb12a > >20 END > <20 connection closed. > > can anyone point me in a direction of where to go next to fix the > issue
Was this your *entire* log after starting the server? It looks as though you've just sent a 'get' without ever putting data into it via 'set's first. I'm suspicious of your configuration as well. Are all 3 of your servers supposed to be using one local memcached instance, or are you configuring it as a proper cluster, with all 3 memcached instances listed in the client configurations?
