Bug #44285 Ndbd crashes after query
Submitted: 15 Apr 2009 9:45 Modified: 15 Apr 2009 10:40
Reporter: james bond Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version:6.3.20 OS:Linux (Centos 5.3)
Assigned to: Gustaf Thorslund CPU Architecture:Any
Tags: crash

[15 Apr 2009 9:45] james bond
Description:
After updating a tables with about 1Million rows

Booth ndb nodes crashes at the same time.

On the client side I get:

Got temporary error 270 'Transaction aborted due to node shutdown' from
NDBCLUSTER
Got temporary error 4028 'Node failure caused abort of transaction' from
NDBCLUSTER
Got error 157 'Unknown error code' from NDBCLUSTER

How to repeat:
Database: dev_db;
mysql> update channel_2004 set kind=1;  
Query OK, 1071360 rows affected (1 min 3.54 sec)
Rows matched: 1071360  Changed: 1071360  Warnings: 0
[15 Apr 2009 9:47] Magnus BlÄudd
Please fill in more careful the steps to reproduce(for example schema) and use ndb_error_reporter script to collect the error logs from the data nodes(ndbd). Thanks!
[15 Apr 2009 10:40] james bond
Closing this bug as it has been repported with wrong login
[15 Apr 2009 10:54] Laurent Bigonville
See bug #44286