https://bugzilla.wikimedia.org/show_bug.cgi?id=56269
Daniel Renfro <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #49 from Daniel Renfro <[email protected]> --- I am seeing a very large number of these errors on my clustered MediaWiki instance. Something like 6000 errors per day per server (about 4 per minute.) 7104 May 18 24986 May 19 24608 May 20 13899 May 21 All of them (a full 100%) report an uncommitted txn in the localization cache: Uncommitted DB writes (transaction from DatabaseBase::query (LCStore_DB::get)). I find this quite odd, as the LCStore_DB::get() method simply fetches something from the cache (the l10n_cache table in the database) and does no writing whatsoever. This might be a red-herring, though. Everything *seems* to be OK with the wiki installation, but I'm wary of these errors. Any ideas? -- 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
