Bug #37763 rpl_init_slave_func randomly produces warnings
Submitted: 1 Jul 2008 14:25 Modified: 21 Jan 2009 16:09
Reporter: Alexander Nozdrin Email Updates:
Status: Closed Impact on me:
None 
Category:Tests: Replication Severity:S3 (Non-critical)
Version:5.1.30-debug OS:Linux (suse-linux-gnu on i686)
Assigned to: Horst Hunger CPU Architecture:Any
Tags: pushbuild, sporadic, test failure

[1 Jul 2008 14:25] Alexander Nozdrin
Description:
rpl_init_slave_func from time to time produces warnings as follows:

slave.err: main.rpl_init_slave_func: 080630 13:53:14 [ERROR] The slave I/O thread stops because querying master with 'SET @master_heartbeat_period= 60000002048' failed; error: 2013  'Lost connection to MySQL server at 'reading initial communication packet', system error: 111'

slave.err: main.rpl_init_slave_func: 080630 13:53:14 [ERROR] Slave I/O: The slave I/O thread stops because querying master with 'SET @master_heartbeat_period= 60000002048' failed; error: 2013  'Lost connection to MySQL server at 'reading initial communication packet', system error: 111', Error_code: 2013

How to repeat:
https://intranet.mysql.com/secure/pushbuild/getlog.pl?dir=bzr_mysql-6.0-maria&entry=Guilhe...
[6 Aug 2008 15:19] Sven Sandberg
The failure is on https://intranet.mysql.com/secure/pushbuild/showpush.pl?dir=bzr_mysql-6.0-maria&order=12 , sapsrv2/n_mix
[29 Sep 2008 15:43] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/54668

2668 Horst Hunger	2008-09-29
      Fix for bug#37763: rpl_init_slave_func randomly produces warnings.
      The sleep has been replaced and other modifications have been done.
[1 Oct 2008 12:03] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/54921

2669 Horst Hunger	2008-10-01
      Fix for bug#37763: Inserted results of the first review.
[8 Oct 2008 14:11] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/54668
[10 Oct 2008 5:39] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/55991

2668 Horst Hunger	2008-10-10
      Fix for bug#37763: Inserted the results of both reviews.
[17 Dec 2008 14:38] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/61868

2814 Horst Hunger	2008-12-17 [merge]
      Final fix for bug#37763: Moved patch from rpl tree to bugteam tree in 5.1 and merged it to 6.0.
[20 Jan 2009 19:00] Bugs System
Pushed into 6.0.10-alpha (revid:joro@sun.com-20090119171328-2hemf2ndc1dxl0et) (version source revid:azundris@mysql.com-20081230114916-c290n83z25wkt6e4) (merge vers: 6.0.9-alpha) (pib:6)
[21 Jan 2009 16:09] Paul DuBois
Test case-related changes. No changelog entry needed.