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>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $memcache-&gt;addServer(&#39;<a href="http://1.1.1.82">1.1.1.82</a>&#39;, 11211, true, 4, 1, 5, true);<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $memcache-&gt;addServer(&#39;<a href="http://1.1.1.82">1.1.1.82</a>&#39;, 11212, true, 4, 1, 5, true);<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
$memcache-&gt;addServer(&#39;<a href="http://1.1.1.3">1.1.1.3</a>&#39;, 11211, true, 3, 1, 5,
true);&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
$memcache-&gt;addServer(&#39;<a href="http://1.1.1.3">1.1.1.3</a>&#39;, 11212, true, 3, 1, 5,
true);&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
$memcache-&gt;addServer(&#39;<a href="http://1.1.1.3">1.1.1.3</a>&#39;, 11213, true, 3, 1, 5, true);&nbsp;
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $memcache-&gt;addServer(&#39;<a href="http://1.1.1.3">1.1.1.3</a>&#39;, 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 &quot;mark server as failed&quot; when the server is up and running, with the memcached processes running?<br>
<br>
What is this error? I don&#39;t even understand what it means to even start troubleshooting the problem.<br>
<br>
Please help me! Thanks<br>
<br>