Bug #22443 Connect problems in replication (rare only)
Submitted: 18 Sep 2006 14:33 Modified: 2 Apr 2009 5:09
Reporter: Joerg Bruehe Email Updates:
Status: Can't repeat Impact on me:
None 
Category:Tests: Replication Severity:S3 (Non-critical)
Version:5.0.25 OS:Linux (Linux (RHEL4, ia64))
Assigned to: Zhenxing He CPU Architecture:Any

[18 Sep 2006 14:33] Joerg Bruehe
Description:
Release build of 5.0.25

=====
rpl_log_pos                    [ fail ]

Errors are (from /home/mysqldev/rpm/BUILD/mysqlcom-5.0.25/mysql-test/var/log/mysqltest-time) :
mysqltest: At line 14: query 'stop slave' failed: 2003: Can't connect to MySQL server on '127.0.0.1' (111)
(the last lines may be the most important ones)
Result from queries before failure can be found in r/rpl_log_pos.log
=====

Subsequent tests pass, "rpl_openssl" is skipped, then

=====
rpl_optimize                   [ fail ]

Errors are (from /home/mysqldev/rpm/BUILD/mysqlcom-5.0.25/mysql-test/var/log/mysqltest-time) :
mysqltest: At line 7: query 'create table t1 (a int not null auto_increment primary key, b int, key(b))' failed: 2003: Can't connect to MySQL server on '127.0.0.1' (111)
(the last lines may be the most important ones)
Result from queries before failure can be found in r/rpl_optimize.log
=====

All in one run only:
Do-rpm-rhas4-ia64-5.0-pro.rhel4.log   normal

Errno 111 == ECONNREFUSED (on Linux)

How to repeat:
Found in release build, using test suite.