Comment 3 for bug 1685818

Revision history for this message
Arne Wiebalck (arne-wiebalck) wrote :

One mitigation is to reduce innodb_lock_wait_timeout (from default 50 secs to 1 sec in our case): the deadlock gets detected faster, retries are triggered and deletions finish quicker. The underlying problem is of course still there.