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