Bug #60939 | Infinite loop in shutdown with dedicated purge threads | ||
---|---|---|---|
Submitted: | 21 Apr 2011 3:31 | Modified: | 27 Apr 2011 2:40 |
Reporter: | Laurynas Biveinis (OCA) | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S2 (Serious) |
Version: | 5.6.2 | OS: | Linux |
Assigned to: | CPU Architecture: | Any |
[21 Apr 2011 3:31]
Laurynas Biveinis
[21 Apr 2011 3:32]
Laurynas Biveinis
GDB backtraces
Attachment: 60939-backtraces.txt (text/plain), 13.88 KiB.
[21 Apr 2011 3:32]
Laurynas Biveinis
This could be duplicate of http://bugs.mysql.com/bug.php?id=58868 , but I have no way of telling.
[22 Apr 2011 14:40]
Valeriy Kravchuk
Let's assume this is a duplicate of bug #58868 for now.
[27 Apr 2011 2:40]
Laurynas Biveinis
This issue becomes unobservable with the patch applied that removes purge coordinator sleeps.
[27 Apr 2011 2:42]
Laurynas Biveinis
Patch to remove purge sleeps
Attachment: 5.6-purge-fix.patch (text/x-diff), 748 bytes.
[27 Apr 2011 5:52]
Sunny Bains
Hi, In the latest version of the unreleased code there are no sleeps. The code is now similar to the way 5.5 purge thread works, using os_event_t. Regards, -sunny