https://bugzilla.wikimedia.org/show_bug.cgi?id=69978

--- Comment #3 from Antoine "hashar" Musso <[email protected]> ---
Yeah I though it was related to the /tmp/mw-cache-master being dirty (0 bytes
files).  But the issue is still showing up in the memcached-serious log bucket:

deployment-bastion:/data/project/logs$ tail -f memcached-serious.log 
2014-08-25 16:17:15 deployment-mediawiki02 enwiki: Memcached error: Error
connecting to 127.0.0.1:11211: Connection refused
2014-08-25 16:17:15 deployment-mediawiki02 enwiki: Memcached error: Error
connecting to 127.0.0.1:11211: Connection refused
2014-08-25 16:17:15 deployment-mediawiki02 enwiki: Memcached error: Error
connecting to 127.0.0.1:11211: Connection refused



Seems our configuration somehow fallback to MediaWiki build-in default:

 includes/DefaultSettings.php:$wgMemCachedServers = array( '127.0.0.1:11211' );


On bastion, I looked at the object cache configuration with:

$ mwscript eval.php --wiki=enwiki
> var_dump( $wgObjectCaches );

All seems fine.


mwscript does not exist on mediawiki02 though, could not check there.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to