Hello,
I am trying to setup a 2 node Cluster with 1 Cluster Manager. I am running MySQL 5.1.50. When I run the ndbd on either of my Node, I get this error on Cluster Manager server:
"Node 2: Forced node shutdown completed. Occured during startphase 4. Caused by error 2301: 'Assertion(Internal error, programming error or missing error message, please report a bug). Temporary error, restart node'."
Here is the ndb_2_error.log:
Message: Assertion (Internal error, programming error or missing error message, please report a bug)
Error: 2301
Error data: ArrayPool<T>::getPtr
Error object: ../../../../../storage/ndb/src/kernel/vm/ArrayPool.hpp line: 372 (block: RESTORE)
Program: ndbd
Pid: 1468
Trace: /usr/local/mysql/var/mysql-cluster/ndb_2_trace.log.25
Version: Version 5.1.50
***EOM***
I have come across some posts that mention to start the nodes before starting the MySQL process. But I can't even get the nodes to start, the only way I get the node to start is if I do "ndbd --initial". However, after that I cannot create tables, this is the error I get:
Unable to create table, getting this error: ERROR 1005 (HY000): Can't create table 'mysqlclustertest.ctest' (errno: 157)
I would appreciate any feedback I can get on these issues.
Thanks.
I am trying to setup a 2 node Cluster with 1 Cluster Manager. I am running MySQL 5.1.50. When I run the ndbd on either of my Node, I get this error on Cluster Manager server:
"Node 2: Forced node shutdown completed. Occured during startphase 4. Caused by error 2301: 'Assertion(Internal error, programming error or missing error message, please report a bug). Temporary error, restart node'."
Here is the ndb_2_error.log:
Message: Assertion (Internal error, programming error or missing error message, please report a bug)
Error: 2301
Error data: ArrayPool<T>::getPtr
Error object: ../../../../../storage/ndb/src/kernel/vm/ArrayPool.hpp line: 372 (block: RESTORE)
Program: ndbd
Pid: 1468
Trace: /usr/local/mysql/var/mysql-cluster/ndb_2_trace.log.25
Version: Version 5.1.50
***EOM***
I have come across some posts that mention to start the nodes before starting the MySQL process. But I can't even get the nodes to start, the only way I get the node to start is if I do "ndbd --initial". However, after that I cannot create tables, this is the error I get:
Unable to create table, getting this error: ERROR 1005 (HY000): Can't create table 'mysqlclustertest.ctest' (errno: 157)
I would appreciate any feedback I can get on these issues.
Thanks.