Bug #90959 | XA transactions can lock forever if a gap lock is also taken on the slave | ||
---|---|---|---|
Submitted: | 22 May 2018 6:40 | Modified: | 11 Jun 2018 11:23 |
Reporter: | Andreas Wederbrand | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S2 (Serious) |
Version: | 5.7.22 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
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
[23 May 2018 5:21]
Umesh Shastry
[25 May 2018 15:55]
Sveta Smirnova
Test case without X-lock on the gap on slave
Attachment: rpl_bug90959.test (application/octet-stream, text), 1.48 KiB.
[25 May 2018 15:55]
Sveta Smirnova
Option file for master, copy same file for slave
Attachment: rpl_bug90959-master.opt (application/octet-stream, text), 26 bytes.