MySQL Forums
Forum List  »  NDB clusters

Internal program error (failed ndbrequire)
Posted by: Igor Murzakov
Date: November 13, 2013 08:46PM

Hi !
We have running MySQL Cluster (ndb-7.3.2) with follow configuration:
# cat /var/lib/mysql-cluster/config.ini
[NDBD DEFAULT]
NoOfReplicas=2
LockPagesInMainMemory=1
DataMemory=12000M
IndexMemory=900M
ODirect=1
NoOfFragmentLogFiles=300
MaxNoOfConcurrentOperations=2500000
MaxNoOfConcurrentIndexOperations=64000
TimeBetweenGlobalCheckpoints=1000
TimeBetweenEpochs=200
DiskCheckpointSpeed=30M
DiskCheckpointSpeedInRestart=100M
RedoBuffer=32M
MaxNoOfLocalScans=128
MaxNoOfTables=1024
MaxNoOfOrderedIndexes=1024
MaxNoOfAttributes=4096
CompressedBACKUP=1
CompressedLCP=1
[MYSQLD DEFAULT]
[NDB_MGMD DEFAULT]
[TCP DEFAULT]
SendBufferMemory=8M
ReceiveBufferMemory=8M
[NDB_MGMD]
HostName=78.140.152.136
DataDir=/var/lib/mysql-cluster
[NDBD]
HostName=d2833zilla.com
DataDir=/var/lib/mysql-cluster
[NDBD]
HostName=d2832zilla.com
DataDir=/var/lib/mysql-cluster
[NDBD]
HostName=d3543zilla.com
DataDir=/cluster/ndb_data
[NDBD]
HostName=d3544zilla.com
DataDir=/cluster/ndb_data
[MYSQLD]
[MYSQLD]
[MYSQLD]
[MYSQLD]

and /etc/my.cnf (at nodes):

[client]
port=3306
socket=/var/lib/mysql/mysql.sock

[mysqld]

ndbcluster
ndb-connectstring=78.140.152.136
default-storage-engine=NDBCLUSTER
[mysql_cluster]
ndb-connectstring=78.140.152.136

After cluster's restart whole cluster gone down during start process with this error:
Time: Thursday 14 November 2013 - 03:22:47
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: DbdihMain.cpp
Error object: DBDIH (Line: 1944) 0x00000002
Program: ndbd
Pid: 1799
Version: mysql-5.6.11 ndb-7.3.2
Trace: /cluster/ndb_data/ndb_5_trace.log.17 [t1..t1]
***EOM***

at one node and
Forced node shutdown completed. Occured during startphase 2. Caused by error 2308: 'Another node failed during system restart, please investigate error(s) on other node(s)(Restart error). Temporary error, restart node'.
at all other.

Each time we tried we got this error. Does someone know, what it mean ? Or, may be, there is a way to recover anything from ndbd .dat files of node fs partitions ?
Please, advice

Options: ReplyQuote


Subject
Views
Written By
Posted
Internal program error (failed ndbrequire)
2096
November 13, 2013 08:46PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.