https://bugzilla.wikimedia.org/show_bug.cgi?id=27975
--- Comment #1 from James Paige <[email protected]> 2011-03-10 17:02:43 UTC --- By searching through recent svn revisions, i have found that this problem started with revision 83529 james_paige@ravenwest:~/rpg.hamsterrepublic.com/ohrrpgce$ svn log -v -r 83529 ------------------------------------------------------------------------ r83529 | catrope | 2011-03-08 08:47:26 -0800 (Tue, 08 Mar 2011) | 4 lines Changed paths: M /trunk/phase3/includes/db/LoadBalancer.php M /trunk/phase3/maintenance/updateCollation.php Make updateCollation.php a bit less murderous for WMF databases: * Don't run a COUNT(*) query on what's potentially the entire categorylinks table on enwiki (hundreds of millions of rows). Put it in a miser mode check * Wait for DB replication to catch up before processing the next batch. Implemented LoadBalancer::waitAll() for this purpose, which should behave more nicely than wfWaitForSlaves() ------------------------------------------------------------------------ I should note that I do not use replication or load balancing, and I have never configured anything related to masters or slaves. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
