Notice: Memcache::get() [function.Memcache-get]: marked server
'IP:11212' as failed
Ian
mahtems at gmail.com
Thu May 24 21:42:34 UTC 2007
I keep getting that error. It seems to be the servers that have the most
memory allocated to them, and therefore the most buckets.
This is the connection info ( but with fake IPs for here)
$memcache->addServer('1.1.1.82', 11211, true, 4, 1, 5, true);
$memcache->addServer('1.1.1.82', 11212, true, 4, 1, 5, true);
$memcache->addServer('1.1.1.3', 11211, true, 3, 1, 5, true);
$memcache->addServer('1.1.1.3', 11212, true, 3, 1, 5, true);
$memcache->addServer('1.1.1.3', 11213, true, 3, 1, 5, true);
$memcache->addServer('1.1.1.3', 11214, true, 3, 1, 5, true);
And then theres 25 more similar.
No matter what I try, I get that error.
My php.ini has this:
memcache.allow_failover = 0
memcache.max_failover_attempts = 15
memcache.chunk_size = 60960
Why would it "mark server as failed" when the server is up and running, with
the memcached processes running?
What is this error? I don't even understand what it means to even start
troubleshooting the problem.
Please help me! Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.danga.com/pipermail/memcached/attachments/20070524/a817d95d/attachment.htm
More information about the memcached
mailing list