That message actually means that memcached is working.  The messages keys used as locks are added via the memcached add call, which only returns successfully if the key doesn't already exist.  That could not acquire lock message means that the key already exists, the "lock" is already held and the work associated with it being done by another process. <br>
<br><div class="gmail_quote">On Wed, Jan 30, 2013 at 12:51 PM, Matthew Flaschen <span dir="ltr"><<a href="mailto:mflaschen@wikimedia.org" target="_blank">mflaschen@wikimedia.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On piramido (on labs), memcached sometimes stops working.  The symptoms<br>
are errors such as:<br>
<br>
Could not acquire 'testwiki:messages:en:status' lock<br>
<br>
We have to restart memcached every so often, and we'd like to track down<br>
the underlying problem.<br>
<br>
Matt Flaschen<br>
<br>
_______________________________________________<br>
Labs-l mailing list<br>
<a href="mailto:Labs-l@lists.wikimedia.org">Labs-l@lists.wikimedia.org</a><br>
<a href="https://lists.wikimedia.org/mailman/listinfo/labs-l" target="_blank">https://lists.wikimedia.org/mailman/listinfo/labs-l</a><br>
</blockquote></div><br>