MySQL Forums
Forum List  »  NDB clusters

cluster architecture question
Posted by: Arnaud Abélard
Date: April 10, 2006 04:03AM

Hello,

I built a mysql cluster using the following schema with mysql 5.0.18:

A is a mysql & data node
B is a mysql & data node
C is a mysql & data node
D is the managment node

E is a virtual IP used for load balancing (with ipvs) on the 3 mysql nodes.

The cluster seems to work fine except for a few things:
1- Since the mysql database doesnt seem to be clusterised, i have to create the databases, tables, users and permissions on each node (A, B and C) before the database is fully available on the cluster, is that the normal behavior of the cluster? Can't i just use a random node (choosen by ipvs) to create the database, that would be replicated on the other nodes?

2- ndbd crashes from times to times

3- i sometime get the following error "Got error 241 'Invalid schema object version' from ndbcluster"

Options: ReplyQuote


Subject
Views
Written By
Posted
cluster architecture question
1931
April 10, 2006 04:03AM
1131
April 10, 2006 05:24PM
1104
April 18, 2006 06:48AM
1223
April 18, 2006 10:32PM


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.