https://bugzilla.wikimedia.org/show_bug.cgi?id=37519

--- Comment #13 from Sean Pringle <[email protected]> ---
The example error in comment 9 was:

Fri Apr 25 9:41:57 UTC 2014     mw1144  commonswiki    
SqlDataUpdate::invalidatePages  10.64.16.29     1213    Deadlock found when
trying to get lock; try restarting transaction (10.64.16.29)

This does indeed still happen from time to time.

Deadlocks occur according to combination of transaction isolation level, number
and complexity of indexes affecting table access patterns, and engine-specific
things like InnoDB gap locking. Commonswiki is prone to deadlocks, and to
lock-wait-timeout, due to the long-running file handling transactions which
block each other.

-- 
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

Reply via email to