Bug #76795 | 2pc succeeds even though binlog flush/sync fails | ||
---|---|---|---|
Submitted: | 22 Apr 2015 19:39 | Modified: | 28 May 2015 17:53 |
Reporter: | Santosh Praneeth Banda | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S1 (Critical) |
Version: | 5.6.23 | 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 Apr 2015 8:37]
Umesh Shastry
[28 May 2015 11:50]
Venkatesh Duggirala
Patch that implements the above approach
Attachment: bug76795.diff (text/x-patch), 6.62 KiB.
[13 Oct 2015 3:04]
Venkatesh Duggirala
(Patch that addresses both flush and sync) errors.
Attachment: patch_mysql-5.6.diff (text/x-patch), 16.74 KiB.