<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>So, is this normal behavior, and I read too much into MemcachedStorageService's ability to handle failover?</div></blockquote><div><br></div><div>I believe the docs need to be updated. We recently discovered during an outage that locatorType="CONSISTENT" prevents rehashing the key against the reduced pool, which effectively leads to non-deterministic failures for storage events. Basically anything that hashes to the downed node will fail. We changed locatorType="ARRAY_MOD" and achieved the resiliency we were after. Please make that change and report back. I will probably update the docs either way; I'm fairly sure it's the best setting for most deployments.</div><div><br></div><div>M</div><div><br></div></div></div>