Error
- mwversion: 1.37.0-wmf.21
- reqId: 19d27914-8f37-497f-8aa6-b44319cbe94a
- Find reqId in Logstash
- Find normalized_message in Logstash
[{reqId}] {exception_url} PHP Notice: Undefined index: format
from /srv/mediawiki/php-1.37.0-wmf.21/includes/language/Message.php(296) #0 /srv/mediawiki/php-1.37.0-wmf.21/includes/language/Message.php(296): MWExceptionHandler::handleError(integer, string, string, integer, array) #1 [internal function]: Message->unserialize(string) #2 /srv/mediawiki/php-1.37.0-wmf.21/includes/libs/objectcache/MemcachedPeclBagOStuff.php(342): Memcached->getMulti(array) #3 /srv/mediawiki/php-1.37.0-wmf.21/includes/libs/objectcache/MediumSpecificBagOStuff.php(626): MemcachedPeclBagOStuff->doGetMulti(array, integer) #4 /srv/mediawiki/php-1.37.0-wmf.21/includes/libs/objectcache/wancache/WANObjectCache.php(582): MediumSpecificBagOStuff->getMulti(array) #5 /srv/mediawiki/php-1.37.0-wmf.21/includes/libs/objectcache/wancache/WANObjectCache.php(1594): WANObjectCache->fetchKeys(array, array) #6 /srv/mediawiki/php-1.37.0-wmf.21/includes/libs/objectcache/wancache/WANObjectCache.php(1541): WANObjectCache->fetchOrRegenerate(string, integer, Closure, array, array) #7 /srv/mediawiki/php-1.37.0-wmf.21/includes/specialpage/ChangesListSpecialPage.php(945): WANObjectCache->getWithSetCallback(string, integer, Closure) #8 /srv/mediawiki/php-1.37.0-wmf.21/includes/specialpage/ChangesListSpecialPage.php(963): ChangesListSpecialPage::getChangeTagListSummary(ResourceLoaderContext) #9 /srv/mediawiki/php-1.37.0-wmf.21/includes/specialpage/ChangesListSpecialPage.php(878): ChangesListSpecialPage::getChangeTagList(ResourceLoaderContext) #10 /srv/mediawiki/php-1.37.0-wmf.21/includes/resourceloader/ResourceLoaderFileModule.php(1387): ChangesListSpecialPage::getRcFiltersConfigVars(ResourceLoaderContext, GlobalVarConfig, NULL) #11 /srv/mediawiki/php-1.37.0-wmf.21/includes/resourceloader/ResourceLoaderFileModule.php(365): ResourceLoaderFileModule->getPackageFiles(ResourceLoaderContext) #12 /srv/mediawiki/php-1.37.0-wmf.21/includes/resourceloader/ResourceLoaderModule.php(765): ResourceLoaderFileModule->getScript(ResourceLoaderContext) #13 /srv/mediawiki/php-1.37.0-wmf.21/includes/resourceloader/ResourceLoaderModule.php(733): ResourceLoaderModule->buildContent(ResourceLoaderContext) #14 /srv/mediawiki/php-1.37.0-wmf.21/includes/resourceloader/ResourceLoader.php(1130): ResourceLoaderModule->getModuleContent(ResourceLoaderContext) #15 /srv/mediawiki/php-1.37.0-wmf.21/includes/resourceloader/ResourceLoader.php(838): ResourceLoader->makeModuleResponse(ResourceLoaderContext, array, array) #16 /srv/mediawiki/php-1.37.0-wmf.21/load.php(51): ResourceLoader->respond(ResourceLoaderContext) #17 /srv/mediawiki/php-1.37.0-wmf.21/load.php(38): wfLoadMain() #18 /srv/mediawiki/w/load.php(3): require(string) #19 {main}
Impact
Notes
25000 occurrences immediately after rolling 1.37.0-wmf.23 to all wikis. I am guessing some object got saved without format which is not recognized by the 1.37.0-wmf.21 version of the code?
Maybe a race condition during deployment, but it seems some object is stored in cache and is not back compatible.