<div dir="ltr">Hi, we have two load-balanced node with SP 2.5.3, memcache 1.4.17 and libmemcached 1.0.18.<br>When one of memcache server is down, login fails and we receive error: Memcache::getMemcache Problems: CONNECTION FAILURE and then error:<br>
Memcache::getMemcache Problems: SERVER HAS FAILED AND IS DISABLED UNTIL TIMED RETRY.<br><br>This is the StorageService configuration:<br> <!-- This set of components stores sessions and other persistent data in MEMCACHE. --><br>
<StorageService type="MEMCACHE" id="mc" prefix="SERVICE_PREFIX:"><br> <Hosts><br> <a href="http://172.22.0.2:11211">172.22.0.2:11211</a>, <a href="http://172.22.0.9:11211">172.22.0.9:11211</a><br>
</Hosts><br> </StorageService><br><br> <StorageService type="MEMCACHE" id="mc-ctx" prefix="SERVICE_PREFIX:" buildMap="1"><br> <Hosts><br> <a href="http://172.22.0.2:11211">172.22.0.2:11211</a>, <a href="http://172.22.0.9:11211">172.22.0.9:11211</a><br>
</Hosts><br> </StorageService><br><br> <SessionCache type="StorageService" cacheTimeout="28000" StorageService="mc-ctx" StorageServiceLite="mc" /><br> <ReplayCache StorageService="mc"/><br>
<ArtifactMap StorageService="mc" artifactTTL="180"/><br><br>Where we wrong?<br>We have another SP (4 nodes) with SP 2.5.0-2.1 that doesn't present this problem.<br><br>Thanks<br><br>Daniele<br>
</div>