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?
thanks for the replies, I inherited this from a previous developer so
please accept my apologies for lack of details.
this was the entire log from when I started the server, the setup stores
session data between the 3 servers, producing a load balancing effect.
the code is stored on a central server and is mounted via NFS to the 3
web servers, the code works fine on the other 2 so it must be related to
memcached on this particular server, however, the same version is in use
as on all the other servers, and this was working and suddenly broke :(
And I don't care if the code is synced up or not, I'm curious as to what
your client configuration is for memcached. What is the *exact* server
list you're passing to the clients? Is it just localhost, a cluster, or
...?