Bug #62187 Data node alway shutdown when import data or migration myisam to ndb (alter)
Submitted: 17 Aug 2011 3:39 Modified: 22 Aug 2011 5:54
Reporter: pinyo udkontee Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S1 (Critical)
Version:mysql-cluster-gpl-7.1.15 OS:Linux (CentOS 2.6.32-71.29.1.el6.x86_64)
Assigned to: Assigned Account CPU Architecture:Any
Tags: internal program error, node shutdown

[17 Aug 2011 3:39] pinyo udkontee
Description:
Data node alway shutdown when import data or execute alter database engine to migration from myisam to ndb. and restart not complete 

How to repeat:
import data or alter database engine from myisam to ndbcluster
[17 Aug 2011 3:55] pinyo udkontee
Time: Tuesday 16 August 2011 - 22:06:23
Status: Temporary error, restart node
Message: Internal program error (failed ndbrequire) (Internal error, programming error or missing error message, please report a bug)
Error: 2341
Error data: dbtup/DbtupRoutines.cpp
Error object: DBTUP (Line: 669) 0x00000002
Program: /usr/sbin/ndbd
Pid: 9732
Version: mysql-5.1.56 ndb-7.1.15
Trace: /data/mysqlcluster-tnt/ndb_3_trace.log.17
***EOM***

Time: Tuesday 16 August 2011 - 22:24:00
Status: Temporary error, restart node
Message: Internal program error (failed ndbrequire) (Internal error, programming error or missing error message, please report a bug)
Error: 2341
Error data: dbacc/DbaccMain.cpp
Error object: DBACC (Line: 1053) 0x00000002
Program: /usr/sbin/ndbd
Pid: 9859
Version: mysql-5.1.56 ndb-7.1.15
Trace: /data/mysqlcluster-tnt/ndb_3_trace.log.18
***EOM***

Time: Tuesday 16 August 2011 - 22:38:03
Status: Temporary error, restart node
Message: Internal program error (failed ndbrequire) (Internal error, programming error or missing error message, please report a bug)
Error: 2341
Error data: dbacc/DbaccMain.cpp
Error object: DBACC (Line: 1053) 0x00000002
Program: /usr/sbin/ndbd
Pid: 9976
Version: mysql-5.1.56 ndb-7.1.15
Trace: /data/mysqlcluster-tnt/ndb_3_trace.log.19
***EOM***
[17 Aug 2011 5:16] Jonas Oreland
Hi

This is a duplicate of Bug#62116,
we have fixed it, and are in the progress of releasing a new version.
There is a patched attached to bug#62116, if you build yourself.

/Jonas
[17 Aug 2011 7:21] pinyo udkontee
Thanks Jonas, i will recompile with the patch and report result back again :)
[22 Aug 2011 5:54] pinyo udkontee
The patches is look good, now data node is stable after recompiled. Thanks.