Bug #31309 | Master binary log for replication fails with event too small message | ||
---|---|---|---|
Submitted: | 1 Oct 2007 8:36 | Modified: | 15 Jan 2008 10:36 |
Reporter: | Leif Koch | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S1 (Critical) |
Version: | 5.0.45 | OS: | Linux (Debian Etch 2.6.22-2-amd64) |
Assigned to: | CPU Architecture: | Any |
[1 Oct 2007 8:36]
Leif Koch
[5 Oct 2007 0:36]
Ryan Thiessen
I am periodically experiencing the same issue on 5.1.20-beta on Ubuntu 6.06 running 2.6.15-28-amd64
[8 Oct 2007 20:34]
Bastiaan Peters
I use the exact same type of OS, CPU version of MySQL and have the exact same problem. No matter what I change in the configurationfile I get these dreaded (exactly the same) errors. Effectively making it impossible to use replication. I try to replicate from a 32-bit master (using the same version of mysql).
[9 Oct 2007 12:16]
Bastiaan Peters
(by the way with 'exactly the same' I meant the same as Leifs setup) I've gone into some extent to try and produce a workaraound. Only resulting in a few things you don't have to try, because they don't work. Though, it may be interesting. I've tried to to run 32-bit mysql with IA-32 libs, and in a debootstrapped chroot environment, both running on the amd64 kernel, giving the same errors. When I load the same dump into a mysql-server that runs on a 32bit kernel and I start replication all goes as it should. It thus seems that the problem is not specificly in the 64bit version of mysql. I could provide MySQL development with a amd64 server with this kind of CPUs (where this problem only seems to occur) for testing purposes. This machine is not going to be doing anything until this issue is resolved anyway, so please feel free to contact me for this.
[16 Oct 2007 10:20]
Leif Koch
Hello MySQL team, just wondering whether anyone is already looking into this? Or can you give an estimate when someone might be able to work on it? Thanks!
[15 Jan 2008 10:36]
Leif Koch
We have solved this issue by adding sync_binlog=1 to our master configuration. I've therefore switched the status to "Not a Bug".