Bug #63706 MySQL Cluster Node fails with error 2341
Submitted: 10 Dec 2011 12:57 Modified: 29 Feb 2012 18:09
Reporter: Jonathan Young Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version:7.1.17 OS:Linux (CentOS 6 x86_64)
Assigned to: Assigned Account CPU Architecture:Any

[10 Dec 2011 12:57] Jonathan Young
Description:
Running ndbd on Node 2 causes causes a forced node shutdown at startphase 5 even when used with --initial on single node or --initial-start.

This was installed as a development setup for testing purposes, after adding then removing a 3rd data node we get this error every time.

Node 2: Forced node shutdown completed. Occured during startphase 5. Caused by error 2341: 'Internal program error (failed ndbrequire)(Internal error, programming error or missing error message, please report a bug). Temporary error, restart node'.

How to repeat:
after running Angel on both data nodes this is the 'show' output from ndb_mgm;

Cluster Configuration
---------------------
[ndbd(NDB)]     2 node(s)
id=2    @xxx.xxx.xxx.10  (mysql-5.1.56 ndb-7.1.17, starting, Nodegroup: 0, Master)
id=3    @xxx.xxx.xxx.12  (mysql-5.1.56 ndb-7.1.15, starting, Nodegroup: 0)

[ndb_mgmd(MGM)] 1 node(s)
id=1    @xxx.xxx.xxx.9  (mysql-5.1.56 ndb-7.1.15)

[mysqld(API)]   2 node(s)
id=4 (not connected, accepting connect from xxx.xxx.xxx.10)
id=5 (not connected, accepting connect from xxx.xxx.xxx.12)

Node 2: Forced node shutdown completed. Occured during startphase 5. Caused by error 2341: 'Internal program error (failed ndbrequire)(Internal error, programming error or missing error message, please report a bug). Temporary error, restart node'.
Node 3: Forced node shutdown completed. Occured during startphase 5. Caused by error 2308: 'Another node failed during system restart, please investigate error(s) on other node(s)(Restart error). Temporary error, restart node'.
[10 Dec 2011 13:03] Jonathan Young
ndb_error_reporter output file (some earlier files have been removed due to size limtations on upload)

Attachment: ndb_error_report_20111210122416.rar (application/octet-stream, text), 480.19 KiB.

[10 Dec 2011 17:32] Jonas Oreland
the error is the following:
since node are started "--initial" cluster performs a initital cluster start
  (e.g a sort of bootstrap)

and for this...mixed versions aren't supported
(7.1.15 and 7.1.17 in your case)

error message could be clearer...

but I think this should help you get it going

/Jonas
[1 Mar 2012 1:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".