Last modified: 2011-03-13 18:06:28 UTC
The wrapper class for MW, BagOTurckStuff, does not check the return value of mmcache_put. Thus, functions that depend on this caching are unaware that caching has failed, and unexplained failures result. Suggestions: 1) Check the return value of mmcache_put and possibly mmcache_get, to handle or log exceptional cases 2) Add warning comment in LocalSettings.php that Turck data caching is not certified for all environments and may cause message substitution failures
First 2 phrases should have read: "The MW wrapper class for Turck Mmemcache, BagOTurckStuff"
The caches are assumed to be lossy, so a silent failure is not a problem. Resolving WONTFIX.