6 messages in com.mysql.lists.clusterndbd process exits when disconnected
FromSent OnAttachments
Kenneth Lim21 Sep 2004 12:41 
Magnus Svensson22 Sep 2004 05:33 
Kenneth Lim22 Sep 2004 09:21 
Mikael Ronström23 Sep 2004 00:35 
Kenneth Lim23 Sep 2004 09:39 
Mikael Ronström24 Sep 2004 00:19 
Subject:ndbd process exits when disconnected
From:Kenneth Lim (kl@senvid.com)
Date:09/21/2004 12:41:24 PM
List:com.mysql.lists.cluster

Hello -

I'm trying to get a simple MySQL Cluster up and running in a 2 computer configuration (computer1: mgm, db, api; computer2: db, api) running Red Hat Enterprise Linux 3.0. I am able to create a database and table. I have an external Connector/J JDBC program running on Windows inserting records into the table. All is fine up to this point. I can connect to either MySQL Server and see that the table contents are the same. When I disconnect computer2, I noticed that the "ndbd" processes go away on computer2. Has anyone seen this problem?

Thanks in advance for your help.

-ken

I am using the bundled binary distribution

mysql-max-4.1.4-gamma-pc-linux-i686.tar.gz

My config.ini is as follows:

[COMPUTER] Id: 1 HostName: db1

[COMPUTER] Id: 2 HostName: db2

[DB DEFAULT] NoOfReplicas: 2

[DB] Id: 1 ExecuteOnComputer: 1 FileSystemPath: /usr/local/mysql/data/mysql-cluster/node1

[DB] Id: 2 ExecuteOnComputer: 2 FileSystemPath: /usr/local/mysql/data/mysql-cluster/node2

[API] Id: 3 ExecuteOnComputer: 1

[API] Id: 4 ExecuteOnComputer: 2

[MGM] Id: 5 ExecuteOnComputer: 1 PortNumber: 2200

[TCP DEFAULT] PortNumber: 28002