MySQL Forums
Forum List  »  NDB clusters

ndbcluster problem
Posted by: Arik Peled
Date: May 04, 2005 04:32AM

I installed successfuly MySQL cluster on one machine.
When I tried to alter one big table to ndbcluster, i got errors.
first I got this error:
ERROR 1297 (HY000): Got temporary error 1221 'REDO log buffers overloaded,
consult online manual (increase RedoBuffer, and|or decrease TimeBetweenLocalCheckpoints,
and|or increase NoOfFragmentLogFiles)' from ndbcluster

and after I set the RedoBuffer to 100M, and I got different error:
ERROR 1297 (HY000): Got temporary error 4010 'Node failure caused abort of transaction' from ndbcluster

my config.ini is:
[NDBD DEFAULT]
NoOfReplicas=1
[MYSQLD DEFAULT]
[NDB_MGMD DEFAULT]
[TCP DEFAULT]
# Managment Server
[NDB_MGMD]
HostName=10.0.4.95
DataDir= /var/lib/mysql-cluster
# Storage Engines
[NDBD]
HostName=10.0.4.95
DataDir= /var/lib/mysql-cluster
DataMemory=1000M
RedoBuffer=100M
# 2 MySQL Clients
# I personally leave this blank to allow rapid changes of the mysql clients;
# you can enter the hostnames of the above two servers here. I suggest you dont.
[MYSQLD]
HostName=10.0.4.95

We are testing the option to work with MySQL cluster on a web site.
Please help me.
Arik Peled

Options: ReplyQuote


Subject
Views
Written By
Posted
ndbcluster problem
5384
May 04, 2005 04:32AM
2254
May 04, 2005 04:44AM
2282
May 04, 2005 04:57AM
2340
May 04, 2005 05:31AM
2236
May 04, 2005 06:01AM
2192
May 05, 2005 11:11AM


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.