MySQL Forums
Forum List  »  NDB clusters

Error 2310 when starting up the cluster
Posted by: Chris Kennedy
Date: November 23, 2005 05:25AM

I have a 2 node cluster, 2 replicas. I have one simple table (8 byte numberic key, and a 2 byte numeric data field). I was attempting to load up 33,000,000 rows (the config.ini file had the memory setting as:

DataMemory= 3000M
IndexMemory=1400M
)

When in the region of 31,000,000 rows were loaded, it would not take any more. I increased the DataMemory to 3200M, stopped and restarted the management node, and then selected one of the datanodes and restarted it. After it had restarted, I attempted to do likewise with the other data node, but it failed with:

2002: Stop failed
Node shutdown would cause system crash.

I shutdown the cluster, and attempted to restart it, which failed:

2005-11-23 09:51:12 [MgmSrvr] ALERT -- Node 3: Forced node shutdown completed. Occured during startphase 4. Initiated by signal 0. Caused by error 2310: 'Error while reading the REDO log(Ndbd file system inconsistency error, please report a bug). Ndbd file system error, restart node initial'.

Is there any way I can recover from this without reloading all my data? Is this a known bug?

Platform:
2 HP Proliant DL585 servers:
4x Dual Core 2.2GHz Opteron CPU s
16GB RAM
RHEL4 AS 64bit [Red Hat Enterprise Linux AS release 4 (Nahant Update 1)]

MySQL release:
mysql-max-5.0.15-linux-x86_64-glibc23.tar.gz

Options: ReplyQuote


Subject
Views
Written By
Posted
Error 2310 when starting up the cluster
2402
November 23, 2005 05:25AM


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.