Bug #98889 | Crash Recovery & Waiting for GTID thread to start timed out | ||
---|---|---|---|
Submitted: | 10 Mar 2020 11:10 | Modified: | 13 Apr 2020 12:43 |
Reporter: | Ben Huang | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 8.0.18 | OS: | CentOS (CentOS Linux release 7.7.1908 (Core)) |
Assigned to: | CPU Architecture: | x86 |
[10 Mar 2020 11:10]
Ben Huang
[10 Mar 2020 11:11]
Ben Huang
mysql error log
Attachment: bap_slave_mysqld-error.log (application/octet-stream, text), 160.41 KiB.
[10 Mar 2020 11:12]
Ben Huang
source code snapshot
Attachment: QQ_20200310191159.png (image/png, text), 33.89 KiB.
[10 Mar 2020 11:13]
Ben Huang
source code snapshot
Attachment: QQ_20200310191244.png (image/png, text), 16.84 KiB.
[10 Mar 2020 11:13]
Ben Huang
source code snapshot
Attachment: QQ_20200310191256.png (image/png, text), 19.00 KiB.
[10 Mar 2020 11:14]
Ben Huang
source code snapshot
Attachment: QQ_20200310191306.png (image/png, text), 16.33 KiB.
[10 Mar 2020 13:54]
MySQL Verification Team
Hello Mr. Huang, Thank you for your bug report. However, I do not see what is the problem here. Simply, main InnoDB thread can not start until purge is finished. Which is happening in another thread. You obviously have some hard corruption due to storage failure or some other hardware or OS problems. In any case, this is not our bug, unless you supply us with info on the main cause of the problem. There are so many different possible scenarios here, that we can not conclude that this is our bug. If it is our bug, we do require a fully repeatable test case. That means a set of SQL statements that would lead always to the problems that you are reporting here.
[10 Mar 2020 18:03]
Ben Huang
hello, Our MySQL Community Server still hung up in "[Note] [MY-012922] [InnoDB] Waiting for purge to start". We just hope that it could start up. And, could you help me to find out the reason why "os_thread_sleep(50000)". Does it means that MySQL could start up after 50000 seconds
[11 Mar 2020 13:15]
MySQL Verification Team
Hi, Can you run SQL commands ??? If yes, then it is OK. If not, then we need a fully repeatable test case, as explained in our previous comment. Regarding that sleep(), it happens only in one of many threads that run within our server.
[12 Apr 2020 1:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
[16 Nov 2021 3:35]
Jyoti Rajai
I was also hit by the same bug. Workaround : The MySQL server from where backup was taken was disabled with binary logs. Enabled the binary logs on source server, retaken the backup and Successfully restored on destination server.