On Wed, Jul 21, 2010 at 10:37, dormando <[email protected]> wrote:
>> I'm having an issue with my memcached farm. I'm using 3 memcached
>> servers (v1.2.6) and python-memcached client (v1.43).
>>
>> When using get_multi function, memcached returns sometimes keys that I
>> wasn't asking for. Memcached can return less data than expected (if
>> key-value does not exist), but documentation says nothing about
>> returning more data than it should. What can cause this?

We have experienced similar behaviours with php memcache under heavy
load. Sometimes the clients seems to mix requests from different
replies.

There is not much you can do to avoid this. Switch to another client
if happens a lot, or just ignore the unneeded keys.

-- 
Guille -ℬḭṩḩø- <[email protected]>
:wq

Reply via email to