Bug #33421 Test 'rpl_max_relay_size' fails, likely random, but might have crashed server
Submitted: 20 Dec 2007 22:22 Modified: 18 Jan 2008 19:27
Reporter: Kent Boortz Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server: Replication Severity:S3 (Non-critical)
Version:5.0.54 OS:MacOS (PowerPC 32-bit)
Assigned to: Andrei Elkin CPU Architecture:Any

[20 Dec 2007 22:22] Kent Boortz
Description:
Test 'rpl_max_relay_size' fails, likely random,
but might have crashed the server

  rpl_max_relay_size             [ fail ]

  mysqltest: At line 8: query 'stop slave' failed: 2013: Lost connection to MySQL server during query

  The result from queries just before the failure was:
  stop slave;
  drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
  reset master;
  reset slave;
  drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
  start slave;
  stop slave;

How to repeat:
Likely very hard to repeat, maybe by running the test
many times, possibly with some extra load on the host

  % ./mysql-test-run.pl rpl_max_relay_size rpl_max_relay_size ......
[10 Jan 2008 7:28] Mats Kindahl
I'm assigning it to Andrei since he fixed a bug recently that is also related to file and packets sizes and has probably been working with the code that causes the failure.
[18 Jan 2008 12:11] Sergey Vojtovich
Was unable to repeat this problem. Reassigning to Andrei, since he is working on similiar bug.
[18 Jan 2008 19:27] Andrei Elkin
The bugs looks to be a duplication of Bug #33423. For the latter one there were two possibly associatig bugs found.