Its an issue with the PECL release. Not sure if they ever fixed it but the PHP PECL lib had problems with consistently picking the same memcached instance to set/get the object from. Resulting in the same key being on more then 1 instance.
On Mon, Nov 30, 2009 at 10:57 AM, redmike <[email protected]> wrote: > Hello, > > I have four memcached machines in a cluster and am using the standard > PHP 5.2.6 PECL client. I was under the impression that each object > should only be stored on one memcached server but I am seeing a key > stored on 2 or 3 different servers. I found an open issue on the PECL > bug page(http://pecl.php.net/bugs/bug.php?id=14563) but the issue was > opened one year ago. > > Is having the same key on multiple servers a sign that my memcached > setup is faulty, or is this just an issue with the PECL release that I > have to deal with? > > Thanks for any help, > Mike > -- Nick Verbeck - NerdyNick ---------------------------------------------------- NerdyNick.com SkeletalDesign.com VivaLaOpenSource.com Coloco.ubuntu-rocks.org
