Bug #35049 | Logging to table escalates the impact of deadlocks | ||
---|---|---|---|
Submitted: | 4 Mar 2008 19:15 | Modified: | 4 Feb 2011 16:05 |
Reporter: | Philip Stoev | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL Server: Locking | Severity: | S1 (Critical) |
Version: | 5.1.24, 5.1 bzr | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[4 Mar 2008 19:15]
Philip Stoev
[18 Mar 2008 11:46]
Susanne Ebrecht
Philip, is this only happens with Falcon? All works fine with InnoDB, Memory, MyISAM or whatelse storage engine? Please, if possible test with newest bk tree.
[7 Apr 2008 16:56]
Philip Stoev
I am setting this to verified because it also happens with Innodb and in a scenario which only involves DML statements. A test case will hopefully follow shortly, however it appears that a big range of deadlocks are affected.
[7 Apr 2008 17:54]
Philip Stoev
GDB output for bug 35049
Attachment: bug35049-gdb.txt (text/plain), 136.86 KiB.
[7 Apr 2008 17:56]
Philip Stoev
I have uploaded a "thread apply all bt" output for a servder that exhibits that issue. Another method to reproduce it would be to run the iuds6 test as described at: https://inside.mysql.com/wiki/SystemQATestPlan Please let me know if I can be of any other service, e.g. replicate the issue on a developer machine, or run gdb commands on a deadlocked server. Narrowing down the test case to a more manageable form would require many hours, so let me know if this is required.
[9 May 2008 18:53]
Philip Stoev
5.1 is also affected, however there is no straightforward test case. The server does reproducibly lock up, however on a set of more complex queries, whereas Falcon provides some straightforward scenarios. Both 6.0 and 5.1 show the same output from "thread apply all bt", that is, a locked log table.
[17 Jun 2008 14:34]
Philip Stoev
Bug #37433 is an example of a deadlock that does not involve Falcon. If executed with --log-output=table, then the server will be completely locked out.
[2 Jul 2008 11:36]
Philip Stoev
The replication slave is also unable to connect in case the master is deadlocked as described in this bug. This results in replication breakdown.
[19 Dec 2008 14:47]
Philip Stoev
See related bug http://bugs.mysql.com/bug.php?id=41641
[26 Mar 2009 10:10]
Konstantin Osipov
A fix for Bug#30414 will impact this problem. It is likely to go away or change its shape when Bug#30414 is in.
[7 Jun 2010 15:41]
Konstantin Osipov
We're no more building Falcon. It's unclear how this bug can be verified now. Please provide a way to repeat the bug in 5.5.
[8 Jun 2010 6:49]
Konstantin Osipov
Sveta, the locking scheme has significantly changed in 5.5. We introduced a graph-based deadlock detector. Without being able to verify it, I have no clue whether the problem is solved or not, and if it is not solved, where to look for it. I won't reject the bug just because it involves Falcon, but without a good test case I'd rather work on bugs that are well defined. My feeling is that the bug is no longer there, at least not in the original shape.
[27 Nov 2010 11:06]
Sveta Smirnova
Bug still repeatable in 5.1 with test case from bug #37433, but log-output=table (all queries hung, no way to kill them), but not repeatable in 5.5 series. Philip, if you still see bug in 5.5 please provide actual test case: I tried different ways of locks for InnoDB table, test case from bug #37433, but before patch without luck.
[4 Feb 2011 16:06]
Omer Barnir
Bug is not reproducible in 5.5 and fix will not be back ported to 5.1