Page MenuHomePhabricator

Undefined index errors from MemcachedPhpBagOStuff.php
Closed, ResolvedPublic

Description

Notice: Undefined index: servers in /var/www/html/wiki/includes/libs/objectcache/MemcachedPhpBagOStuff.php on line 46

Notice: Undefined index: debug in /var/www/html/wiki/includes/libs/objectcache/MemcachedPhpBagOStuff.php on line 47

and makes the wiki extremely slow.

Related stuff in my LocalSettings.php

$wgMainCacheType = CACHE_MEMCACHED;
$wgMemCachedServers = array( '127.0.0.1:11211' );

Caused by https://gerrit.wikimedia.org/r/#/c/248652/?

Event Timeline

Glaisher raised the priority of this task from to Needs Triage.
Glaisher updated the task description. (Show Details)
Glaisher added subscribers: Glaisher, aaron, ori.

Change 248701 had a related patch set uploaded (by Aaron Schulz):
Update CACHE_MEMCACHED to not used newMemcached

https://gerrit.wikimedia.org/r/248701

Change 248701 merged by jenkins-bot:
Update CACHE_MEMCACHED to not used newMemcached

https://gerrit.wikimedia.org/r/248701

Glaisher assigned this task to aaron.
Glaisher set Security to None.