4 messages in com.mysql.lists.clusterTrying to put things in order
FromSent OnAttachments
Ira17 Feb 2005 13:16 
Tyler Jewell17 Feb 2005 13:22 
Stewart Smith17 Feb 2005 21:49 
Jon Stephens20 Feb 2005 16:39 
Subject:Trying to put things in order
From:Ira (mysq@ira.abramov.org)
Date:02/17/2005 01:16:58 PM
List:com.mysql.lists.cluster

Hi folks.

I've spent the last few hours reading on the web, on the archives of this list and in the mysql documentation packaged with version 4.1 on Debian.

Now this information does not appear explicitly on the site, and a bit vague from what I read, please correct the following statements so I know if I got it right...

* one can have as many NDB nodes as one wants, 2 being the minimum * one must have one management node, preferably NOT one of the NDB nodes, and it is a SPOF (if a node stops seeing it, it kills itself, hence if the management dies, the entire cluster dies with it) * one can have any number of API nodes but should take care that writes to a table are only taking place through one API node at a time, as no locking will protect him from shooting his own foot off.

In summary, If I want to have a two-node HA setup, I'm better off with a heartbeat check and a takeover routine that includes storage and IP address, and forget about the MySQL cluster. have I got it right?