MySQL Forums
Forum List  »  NDB clusters

Mysql 5.0.15 Cluster problem
Posted by: Guy Montreuil
Date: December 12, 2005 07:32AM

Hi everyone,

I'm having a proble on a cluster which includes 2 Solaris node running Solaris 2.8. The following code crashes the ndbd daemon:

drop table test;
create table test (f1 varchar(50) primary key, f2 text,f3 int) engine=NDB;
insert into test (f1,f2,f3)VALUES("111111","aaaaaa",1);
insert into test (f1,f2,f3)VALUES("222222","bbbbbb",2);
select * from test order by f1;

The select actually crashes the ndbd daemon with the message:

Node 2: Forced node shutdown completed. Initiated by signal 0. Caused by error 2341: 'Internal program error (failed ndbrequire)(Internal error, programming error or missing error message, please report a bug). Temporary error, restart node'.
show

Anyone has seen this??? Any solution to this problem somewhere? Am I doing something wrong?

Any help is very appreciated.

Thanks,

Options: ReplyQuote


Subject
Views
Written By
Posted
Mysql 5.0.15 Cluster problem
2076
December 12, 2005 07:32AM
1351
December 12, 2005 08:48AM
1351
December 12, 2005 10:26AM
1316
December 12, 2005 10:30AM
1431
December 12, 2005 04:39PM
1382
December 12, 2005 05:43PM


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.