Bug #39152 | Intermittent debug_sync time-outs in backup tests | ||
---|---|---|---|
Submitted: | 1 Sep 2008 9:12 | Modified: | 21 Sep 2008 17:14 |
Reporter: | Øystein Grøvlen | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Backup | Severity: | S3 (Non-critical) |
Version: | 6.0 | OS: | Any |
Assigned to: | Øystein Grøvlen | CPU Architecture: | Any |
[1 Sep 2008 9:12]
Øystein Grøvlen
[5 Sep 2008 9:01]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/53308 2693 Oystein Grovlen 2008-09-05 Bug#39152 Intermittent debug_sync time-outs in backup tests Timeouts have occurred due to race conditions in debug_sync Make sure all accesses to debug_sync_global.ds_signal is protected by mutex.
[5 Sep 2008 9:12]
Øystein Grøvlen
When repeatedly running backup_progress, I got a timeout failure within some hours. With the proposed fix, I have been able to run for days without getting a timeout.
[5 Sep 2008 15:14]
Rafal Somla
Good to push.
[8 Sep 2008 9:26]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/53491 2694 Oystein Grovlen 2008-09-08 Bug#39152 Intermittent debug_sync time-outs in backup tests Timeouts have occurred due to race conditions in debug_sync Make sure all accesses to debug_sync_global.ds_signal is protected by mutex.
[8 Sep 2008 9:27]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/53492 2694 Oystein Grovlen 2008-09-08 Bug#39152 Intermittent debug_sync time-outs in backup tests Timeouts have occurred due to race conditions in debug_sync Make sure all accesses to debug_sync_global.ds_signal is protected by mutex.
[8 Sep 2008 9:30]
Øystein Grøvlen
Patch has been committed to mysql-6.0-backup tree.
[20 Sep 2008 12:08]
Øystein Grøvlen
Pushed into main tree for 6.0.8.
[21 Sep 2008 17:14]
Paul DuBois
Changes related to test cases. No changelog entry needed.