Bug #9363 cluster crash on restart
Submitted: 23 Mar 2005 15:46 Modified: 14 Jun 2005 7:26
Reporter: Miguel Burgos Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S1 (Critical)
Version:4.1.10a-max OS:Linux (Linux)
Assigned to: Jonas Oreland CPU Architecture:Any

[23 Mar 2005 15:46] Miguel Burgos
Description:
I start a cluster with 6gb of datamemory and 1.5GB DataIndex, to restart the cluster this crash on nodes with error 2306, pointer to large, here my config.ini 

[NDBD DEFAULT]
NoOfReplicas= 1
DataDir= /home/mysql_cluster
DataMemory=6GB
IndexMemory=1500MB
MaxNoOfAttributes=10000
MaxNoOfTables=512
MaxNoOfOrderedIndexes=512
MaxNoOfUniqueHashIndexes=256
MaxNoOfTriggers=1536
RedoBuffer=32MB
UndoIndexBuffer=8MB
UndoDataBuffer=64MB
# Diskless=1

[NDB_MGMD]
Id=1
Hostname=192.168.10.17
PortNumber=1186
DataDir= /home/mysql_cluster

[NDBD]
Id=2
HostName= 192.168.10.18 

[NDBD]
Id=3
HostName= 192.168.10.19

[MYSQLD]
Id=4
HostName= 192.168.10.17 
ArbitrationRank=0
BatchSize=128

the descripcion of the machines 

3 machines 
. pentium xeon EM64T, whit 8GB of memory. 
. HD scsi u320 10000 rpm 

How to repeat:
stop cluster and restart.. and crash. :-(
[24 Mar 2005 7:53] Martin Skold
Please attach error logs and trace files
from all nodes so we can analyse the problem.
See chapter
16.6.2. ndbd, the Storage Engine Node Process
in the MySQL Reference Manual
[30 Apr 2005 23: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".
[9 Jun 2005 5:26] Jonas Oreland
pushed to 4.1.13 and 5.0.8
[14 Jun 2005 7:26] Jon Stephens
Thank you for your bug report. This issue has been addressed in the
documentation. The updated documentation will appear on our website
shortly, and will be included in the next release of the relevant
product(s).

Additional info:

Part of same problem/bugfix as Bug#10711, qv. Updated change history to reflect this and marked bug Closed.