I keep getting that error. It seems to be the servers that have the
most memory allocated to them, and therefore the most buckets.<br>
<br>
This is the connection info ( but with fake IPs for here)<br>
<br>
$memcache->addServer('<a href="http://1.1.1.82">1.1.1.82</a>', 11211, true, 4, 1, 5, true);<br>
$memcache->addServer('<a href="http://1.1.1.82">1.1.1.82</a>', 11212, true, 4, 1, 5, true);<br>
<br>
$memcache->addServer('<a href="http://1.1.1.3">1.1.1.3</a>', 11211, true, 3, 1, 5,
true); <br>
$memcache->addServer('<a href="http://1.1.1.3">1.1.1.3</a>', 11212, true, 3, 1, 5,
true); <br>
$memcache->addServer('<a href="http://1.1.1.3">1.1.1.3</a>', 11213, true, 3, 1, 5, true);
<br>
$memcache->addServer('<a href="http://1.1.1.3">1.1.1.3</a>', 11214, true, 3, 1, 5, true); <br>
<br>
And then theres 25 more similar. <br>
<br>
No matter what I try, I get that error. <br>
<br>
My php.ini has this:<br>
<br>
memcache.allow_failover = 0<br>
memcache.max_failover_attempts = 15<br>
memcache.chunk_size = 60960<br>
<br>
Why would it "mark server as failed" when the server is up and running, with the memcached processes running?<br>
<br>
What is this error? I don't even understand what it means to even start troubleshooting the problem.<br>
<br>
Please help me! Thanks<br>
<br>