Bug #90857 | Master dump thread stuck in 'Waiting to finalize termination' state | ||
---|---|---|---|
Submitted: | 14 May 2018 10:25 | Modified: | 5 Jun 2019 3:33 |
Reporter: | Prasad N | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S1 (Critical) |
Version: | 5.7.21 | OS: | CentOS (CentOS (2.6.32-696.23.1.el6.x86_64 )) |
Assigned to: | MySQL Verification Team | CPU Architecture: | x86 |
Tags: | semi synchronous replication |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[16 May 2018 5:31]
Prasad N
[16 May 2018 5:32]
Prasad N
mysqld logs from bad slave
Attachment: bad-slave-mysqld.log (application/octet-stream, text), 11.98 KiB.
[16 May 2018 5:32]
Prasad N
mysqld logs from good slave
Attachment: good-slave-mysqld.log (application/octet-stream, text), 26.70 KiB.
[5 Jun 2019 3:30]
Prasad N
stack dump for master stuck in Waiting to finalize termination state
Attachment: master_stack_dump.log (application/octet-stream, text), 335.13 KiB.