https://bugzilla.wikimedia.org/show_bug.cgi?id=53400
Aaron Schulz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Aaron Schulz <[email protected]> --- Ideally the math files would be batch uploaded into swift and the REPLACE query done as a batch in a separate transaction in autocommit mode. A much simpler fix for now would just be to wrap the REPLACE query in $dbw->onTransactionIdle() so the locks are not held during the whole parse (including swift uploading) process. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
