[MDEV-6933] Spurious lock_wait_timeout_thread wakeup in lock_wait_suspend_thread() Created: 2014-10-24 Updated: 2017-05-09 Resolved: 2014-10-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB, Storage Engine - XtraDB |
| Affects Version/s: | 10.0.14 |
| Fix Version/s: | 10.0.15 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Jan Lindström (Inactive) | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | innodb, xtradb | ||
| Issue Links: |
|
||||||||
| Description |
|
http://bugs.mysql.com/bug.php?id=72123 lock_timeout thread works in a tight loop waking up every second Also, in various codepaths lock_timeout thread is signalled where |
| Comments |
| Comment by Jan Lindström (Inactive) [ 2014-10-24 ] |
|
revno: 4455 Merged Facebooks commit 6e06bbfa315ffb97d713dd6e672d6054036ddc21 Fixes MySQL bug http://bugs.mysql.com/bug.php?id=72123 lock_timeout thread works in a tight loop waking up every second Also, in various codepaths lock_timeout thread is signalled where |