Bug #39007 rpl_ndb.rpl_ndb_circular_2ch crashed in pushbuild
Submitted: 25 Aug 2008 13:38 Modified: 30 Jan 2009 17:30
Reporter: Sven Sandberg Email Updates:
Status: Closed Impact on me:
None 
Category:Tests: Cluster Severity:S7 (Test Cases)
Version:5.1-rpl OS:Any
Assigned to: Zhenxing He CPU Architecture:Any
Tags: 5.1-rpl-green, pushbuild, rpl_ndb.rpl_ndb_circular_2ch, test failure

[25 Aug 2008 13:38] Sven Sandberg
Description:
pushbuild failure:

rpl_ndb.rpl_ndb_circular_2ch             [ fail ]

CURRENT_TEST: rpl_ndb.rpl_ndb_circular_2ch
mysqltest: In included file "./include/wait_condition.inc": At line 53: Error running query 'SELECT COUNT(*)=40 FROM t1 WHERE c = 1': 2006 MySQL server has gone away

The result from queries just before the failure was:
< snip >
Variable_name	Value
server_id	1
SET auto_increment_offset = 1;
SET auto_increment_increment = 2;
SHOW VARIABLES LIKE "server_id";
Variable_name	Value
server_id	2
SET auto_increment_offset = 2;
SET auto_increment_increment = 2;
SHOW VARIABLES LIKE "server_id";
Variable_name	Value
server_id	2
SET auto_increment_offset = 2;
SET auto_increment_increment = 2;

*** Preparing data ***
CREATE TABLE t1 (a INT NOT NULL AUTO_INCREMENT, b VARCHAR(100), c INT NOT NULL, PRIMARY KEY(a)) ENGINE=ndb;

*** Basic testing  ***
Insert rows via all hosts

More results from queries before failure can be found in /dev/shm/var-n_mix-100/1/log/rpl_ndb_circular_2ch.log

 - saving '/dev/shm/var-n_mix-100/1/log/rpl_ndb.rpl_ndb_circular_2ch/' to '/dev/shm/var-n_mix-100/log/rpl_ndb.rpl_ndb_circular_2ch/'
 - found 'core.28327' (0/5)

Retrying test, attempt(2/3)...

Use of uninitialized value in concatenation (.) or string at ./mysql-test-run.pl line 3995.
Use of uninitialized value in concatenation (.) or string at ./mysql-test-run.pl line 3995.
Use of uninitialized value in concatenation (.) or string at ./mysql-test-run.pl line 3995.
Use of uninitialized value in concatenation (.) or string at ./mysql-test-run.pl line 3995.

Please ignore the perl warnings in the last four lines, I'll report a separate bug for that.

How to repeat:
https://intranet.mysql.com/secure/pushbuild/showpush.pl?dir=bzr_mysql-5.1-rpl&order=39 sapsrv1/
[18 Oct 2008 17:23] Sven Sandberg
xref link: http://tinyurl.com/6hh634
[22 Oct 2008 7:18] 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/56788

2683 He Zhenxing	2008-10-22
      BUG#39007 rpl_ndb.rpl_ndb_circular_2ch crashed in pushbuild
      
      According to documenation:
      http://dev.mysql.com/doc/refman/5.1/en/mysql-cluster-replication-issues.html
      
      When setting up circular replication for clusters with different
      SQL nodes in each cluster used as replication masters and slaves,
      SQL nodes must not start with --log-slave-updates option. 
      
      This patch fixed the test case by remove log-slave-updates 
      configuration from test case configuration file.
[28 Oct 2008 9:42] 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/57184

2683 He Zhenxing	2008-10-28
      BUG#39007 rpl_ndb.rpl_ndb_circular_2ch crashed in pushbuild
      
      According to documenation:
      http://dev.mysql.com/doc/refman/5.1/en/mysql-cluster-replication-issues.html
      
      When setting up circular replication for clusters with different
      SQL nodes in each cluster used as replication master and slave,
      SQL nodes must not start with --log-slave-updates option. 
      
      This patch fixed the test case by remove log-slave-updates 
      configuration from test case configuration file.
[31 Oct 2008 14:08] 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/57558

2683 He Zhenxing	2008-10-31
      BUG#39007 rpl_ndb.rpl_ndb_circular_2ch crashed in pushbuild
      
      According to documenation:
      http://dev.mysql.com/doc/refman/5.1/en/mysql-cluster-replication-issues.html
      
      When setting up circular replication for clusters with different
      SQL nodes in each cluster used as replication master and slave,
      SQL nodes must not start with --log-slave-updates option. 
      
      This patch fixed the test case by remove log-slave-updates 
      configuration from test case configuration file.
[31 Oct 2008 14:16] 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/57560

2683 He Zhenxing	2008-10-31
      BUG#39007 rpl_ndb.rpl_ndb_circular_2ch crashed in pushbuild
      
      According to documenation:
      http://dev.mysql.com/doc/refman/5.1/en/mysql-cluster-replication-issues.html
      
      When setting up circular replication for clusters with different
      SQL nodes in each cluster used as replication master and slave,
      SQL nodes must not start with --log-slave-updates option. 
      
      This patch fixed the test case by remove log-slave-updates 
      configuration from test case configuration file.
[3 Nov 2008 8: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/57665

2689 He Zhenxing	2008-11-03 [merge]
      Merge BUG#39007
[3 Nov 2008 8:57] 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/57669

2721 He Zhenxing	2008-11-03 [merge]
      Merge BUG#39007 to 6.0-rpl
[3 Nov 2008 14:19] Zhenxing He
pushed to mysql-5.1-rpl and mysql-6.0-rpl
[5 Nov 2008 9:34] 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/57860

2689 Andrei Elkin	2008-11-05
      BUG#39007 rpl_ndb.rpl_ndb_circular_2ch crashed in pushbuild
      
      According to documenation:
      http://dev.mysql.com/doc/refman/5.1/en/mysql-cluster-replication-issues.html
      
      When setting up circular replication for clusters with different
      SQL nodes in each cluster used as replication master and slave,
      SQL nodes must not start with --log-slave-updates option. 
      
      This patch fixed the test case by remove log-slave-updates 
      configuration from test case configuration file.
[6 Nov 2008 2:17] 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/57955

2722 He Zhenxing	2008-11-05 [merge]
      test, please ignore

-- 
MySQL Code Commits Mailing List
For list archives: http://lists.mysql.com/commits
To unsubscribe:    http://lists.mysql.com/commits?unsub=commits@bugs.mysql.com
[6 Nov 2008 2:24] 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/57956

2722 He Zhenxing	2008-11-05 [merge]
      Test, please ignore

-- 
MySQL Code Commits Mailing List
For list archives: http://lists.mysql.com/commits
To unsubscribe:    http://lists.mysql.com/commits?unsub=commits@bugs.mysql.com
[6 Nov 2008 2:24] 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/57957

2721 He Zhenxing	2008-11-05 [merge]
      for test, please ignore
[6 Nov 2008 2:24] 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/57958

2720 He Zhenxing	2008-11-05 [merge]
      Test, please ignore
[6 Nov 2008 2:24] 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/57959

2721 He Zhenxing	2008-11-05 [merge]
      Test, please ignore
[6 Nov 2008 2:25] 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/57960

2684 He Zhenxing	2008-11-05 [merge]
      For test, please ignore
[30 Jan 2009 13:29] Bugs System
Pushed into 6.0.10-alpha (revid:luis.soares@sun.com-20090129165607-wiskabxm948yx463) (version source revid:luis.soares@sun.com-20090129163120-e2ntks4wgpqde6zt) (merge vers: 6.0.10-alpha) (pib:6)
[30 Jan 2009 15:09] Bugs System
Pushed into 5.1.32 (revid:luis.soares@sun.com-20090129165946-d6jnnfqfokuzr09y) (version source revid:msvensson@mysql.com-20081107152611-4otl7m3ki6peqzp2) (merge vers: 5.1.30) (pib:6)
[30 Jan 2009 17:30] Paul DuBois
Test case changes. No changelog entry needed.
[17 Feb 2009 14:58] Bugs System
Pushed into 5.1.32-ndb-6.3.23 (revid:tomas.ulin@sun.com-20090217131017-6u8qz1edkjfiobef) (version source revid:tomas.ulin@sun.com-20090203133556-9rclp06ol19bmzs4) (merge vers: 5.1.32-ndb-6.3.22) (pib:6)
[17 Feb 2009 16:45] Bugs System
Pushed into 5.1.32-ndb-6.4.3 (revid:tomas.ulin@sun.com-20090217134419-5ha6xg4dpedrbmau) (version source revid:tomas.ulin@sun.com-20090203133556-9rclp06ol19bmzs4) (merge vers: 5.1.32-ndb-6.3.22) (pib:6)
[17 Feb 2009 18:21] Bugs System
Pushed into 5.1.32-ndb-6.2.17 (revid:tomas.ulin@sun.com-20090217134216-5699eq74ws4oxa0j) (version source revid:tomas.ulin@sun.com-20090201210519-vehobc4sy3g9s38e) (merge vers: 5.1.32-ndb-6.2.17) (pib:6)