Hi Jason, On 12/7/10 2:05 AM, jason wrote: > We are running memcached version 1.2.8 on Solaris 10 118833-36. We are > running with the following options: > > memcached -c 256 -u nobody -d -m 256 -l 127.0.0.1 -p 11211 > > We are seeing the following errors: > > RlsMemGet: cannot get object, error: SYSTEM ERROR > RlsMemSet: can't set entry in memcached database, error: SYSTEM ERROR > > Anyone seen these erorrs before and know what the cause of them is?
I just went back and looked at the code for 1.2.8, and unless it's being looked up somewhere else there is nothing in memcached that would say "SYSTEM ERROR". It looks as if these errors are coming from the app using memcached, not memcached itself so you may want to start your investigation there. Also, you may want to do some stats sampling to see if one of the stats there will tell you something. Hope that helps, Matt
