MySQL Forums
Forum List  »  NDB clusters

Re: Nodes fail to start up after complete failure - possible bug.
Posted by: Andrew Mcleod
Date: April 05, 2005 02:38PM

This may very well have something to do with the fact that I am using 4 storage nodes with a number of replicas = 2.

# cat config.ini
[NDBD DEFAULT]
NoOfReplicas=2
MaxNoOfConcurrentOperations= 10000
DataMemory= 512M
IndexMemory= 128M
MaxNoOfOrderedIndexes= 4096
MaxNoOfAttributes= 8192
MaxNoOfTables= 2048
MaxNoOfUniqueHashIndexes= 512
[MYSQLD DEFAULT]
[NDB_MGMD DEFAULT]
[TCP DEFAULT]
# Managment Server
[NDB_MGMD]
HostName = <omitted>
# Storage Engines
[NDBD]
HostName= <omitted>
DataDir= /usr/local/mysql-cluster/data
[NDBD]
HostName= <omitted>
DataDir= /usr/local/mysql-cluster/data
# Storage Engines
[NDBD]
HostName= <omitted>
DataDir= /usr/local/mysql-cluster/data
[NDBD]
HostName= <omitted>
DataDir= /usr/local/mysql-cluster/data
[MYSQLD]
[MYSQLD]
[MYSQLD]
[MYSQLD]

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Nodes fail to start up after complete failure - possible bug.
1934
April 05, 2005 02:38PM


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.