Bug #37768 | rpl_flushlog_loop/row fails randomly | ||
---|---|---|---|
Submitted: | 1 Jul 2008 15:01 | Modified: | 14 Jul 2009 10:53 |
Reporter: | Alexander Nozdrin | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S3 (Non-critical) |
Version: | 5.1.26,6.0-BK | OS: | Any |
Assigned to: | Luis Soares | CPU Architecture: | Any |
Tags: | pushbuild, sporadic, test failure |
[1 Jul 2008 15:01]
Alexander Nozdrin
[8 Jul 2008 20:01]
Joerg Bruehe
I had all these happen during the build of 5.1.26-rc. Symptom 2 was specific to Windows-64. Symptom 1 happened in many Linux RPM builds, and in some other Linuc builds. Symptom 3 happened only once, also Linux RPM. To me, symptoms 1 and 3 look similar to the (earlier) bug report #37733.
[9 Jul 2008 13:52]
Mats Kindahl
A resolution for symptom 1 was fixed in BUG#37733. It was caused because a circular set up was used, a reset master was not issued on the *slave*, and there were a delay due to a loaded server causing the "DROP TABLE [t1]" to be issued with a delay, deleting the newly created table.
[15 Jul 2008 9:35]
Sven Sandberg
Symptom 2 is only to fail on two places so far: https://intranet.mysql.com/secure/pushbuild/showdir.pl?dir=bzr_mysql-6.0-maria, sles10-ia64-a-1/ps_row https://intranet.mysql.com/secure/pushbuild/showpush.pl?dir=mysql-5.1-maint2&order=52, sapsrv1/n_mix Symptom 3 is more common: xref: http://tinyurl.com/5mopgm for example here: https://intranet.mysql.com/secure/pushbuild/showpush.pl?dir=bzr_mysql-6.0-opt&order=14, pb-valgrind/rpl_binlog_row https://intranet.mysql.com/secure/pushbuild/showpush.pl?dir=bzr_mysql-6.0-opt&order=18, win2003-x86/rpl_binlog_row
[15 Jul 2008 9:44]
Sven Sandberg
Sorry, the link to the push in the maria tree where failure 2 occurs is https://intranet.mysql.com/secure/pushbuild/showpush.pl?dir=bzr_mysql-6.0-maria&order=12
[9 Feb 2009 15:28]
Joerg Bruehe
I had symptom1 during the build of cluster-6.4.2, which is based on the server version 5.1.31. To me, it is not obvious whether the fix for bug#37733 (claimed to fix this one, see comment of July 9) should be present in my build or not.