Bug #77011 | Hanging "System Lock" when executing "flush table ... for export" | ||
---|---|---|---|
Submitted: | 12 May 2015 6:50 | Modified: | 18 May 2016 12:19 |
Reporter: | Vincent Meng | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S3 (Non-critical) |
Version: | 5.6 verified, 5.6.25 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | flush tables for export, hanging system lock |
[12 May 2015 6:50]
Vincent Meng
[12 May 2015 6:55]
Vincent Meng
There is a temporary solution to resolve the hanging system lock: set global innodb_change_buffer_max_size = 0; or set global innodb_change_buffering = noen; This will clear the change buffer and hence break the while loop.
[12 May 2015 23:00]
Vincent Meng
This bug is also reported on Percona https://bugs.launchpad.net/percona-server/+bug/1454441
[22 May 2015 8:01]
MySQL Verification Team
Hello Vincent Meng, Thank you for the report. Observed this with 5.6.25. Thanks, Umesh
[22 May 2015 8:09]
MySQL Verification Team
test results
Attachment: 77011.txt (text/plain), 18.02 KiB.
[22 May 2015 8:09]
MySQL Verification Team
Related - Bug #68639
[18 May 2016 12:19]
Daniel Price
Posted by developer: Fixed as of the upcoming 5.6.31, 5.7.13 release, and here's the changelog entry: A FLUSH TABLES ... FOR EXPORT operation appeared to stall. A loop in the ibuf_contract_in_background function failed to exit. Thank you for the bug report.
[26 Oct 2017 17:29]
Gene Torres
happens to me on 56.36