restarting cluster with new config.ini (no replies)
How can I check if my data nodes are using the correct config.ini? I just tried to restart my cluster with changed parameters, but the parameter change didn't seem to have any effect. This is what I'm...
View ArticleMySql Cluster, memory allocation problem (no replies)
Hi, I have a cluster with 4 nodes, 2 Data node, 1 MGM and 1 SQL. My problem is that my Data nodes are using 10% more memory then I set. I used this method to calculate, how much would that be:...
View ArticleQuestion regarding tablespace and datafiles. (no replies)
Hello, I have a cluster with 2 nodes where some data is stored on disk, so I have a tablespace with datafiles and undo logs. Anyways, the thing is at first this was a "test" cluster so I just followed...
View ArticleCluster crashed, unable to reset. (no replies)
Hello, I am running Mysql 5.5.20-ndb-7.2.5-gpl usnig mixed storage (Disk and RAM) in Amazon WS. I was doing some cleanup on the MySql Cluster and suddenly started receiving the error: Got temporary...
View ArticleGot temporary error 218 'Out of LongMessageBuffer' from NDBCLUSTER (no replies)
hi When I used the command "LOAD DATA INFILE" to load the data the db occur a error :Got temporary error 218 'Out of LongMessageBuffer' from NDBCLUSTER I think I should increase the value of...
View Articleconfigure mysql clustering in centos (no replies)
please anyone help me to configure mysql clustering in centos. I have done all configuration correctly using following url-docs http://www.lod.com/whitepapers/mysql-cluster-howto.html But i unable to...
View Articlehigh memory consumption (no replies)
Can someone tell me where my memory did go? I'm storing one big ndbcluster table with 175 million rows, each consisting of: `field1` MEDIUMINT(8) UNSIGNED NOT NULL, `field2` INT(10) UNSIGNED NOT NULL,...
View Articlemysql debuginfo 7.2 (1 reply)
Hi All, I need the mysql cluster debuginfo rpm for version 7.2.5, however it is not available from the mysql site. The previous version is available MySQL-Cluster-gpl-debuginfo-7.1.21-1.el6.x86_64.rpm...
View ArticleSecond API node does not connect to management nodes (1 reply)
Hi all, I have a rather simple cluster set-up with 2 MGM, 2 NDB, and 2 API nodes, all on separate machines, but unfortunately I cannot get the second API node to connect: my.cnf: [mysqld] ndbcluster...
View Articleinstalling my sql cluster on 3 system having windows operating system on it...
Hi! i have installed the mysql cluster from the zip archive available on the mysql site. i have taken help from the install guide available on the mysql site. now my second task is to install the...
View Articleerror 2352: Invalid LCP (no replies)
I tried to restart a datanode after a configuration change, forgot the --initial and got following error: ndb_mgm> Node 1: Forced node shutdown completed. Occured during startphase 5. Caused by...
View ArticleLosing connections to server nodes. (no replies)
Hello, I have a cluster in Amazon with 2 data nodes and 2 server nodes. There is a process which reads 10,000 records from one table, processes it, and then inserts the new data into another table....
View ArticleError 2306 - Pointer too large (5 replies)
I am getting Error 2306, Pointer too Large. My whole cluster has gone done, and I can't get it started again. I have 2 questions: 1. If on node 1 I do a restart --initial, will I be deleting all my...
View ArticleNode addition in mysql cluster created different memory usage (1 reply)
We have setup a mysql cluster and I was trying to add 2 more nodes to the cluster as per the documentation here [1]. I could add them successfully and I also redistributed the data using the ALTER...
View ArticleHow to connect cluster (no replies)
I am using a setup of mysql cluster that has the following 5 servers involved. ClusterControl Server Managment Data Node SQL Node SQL Node When I connect to each server and use "ps aux | grep mysql"...
View Articlemaximum row size (no replies)
Is there any way to have longer text rows in NDB engine? I am getting the following error while trying to change the table from MyISAM. ERROR 1118 (42000) at line 606: Row size too large. The maximum...
View ArticleHow do I get rid of the MAX_ROWS limitation? (1 reply)
I installed cluster version 7.2.6 because the documentation states: "Previously, it was possible to store a maximum of 46137488 rows in a single MySQL Cluster partition. This limitation has now been...
View ArticleCluster Failure from NDB (no replies)
The NDB engine does not seem to working as expected. mysql> show warnings; +---------+------+---------------------------------------------------------------------------------+ | Level | Code |...
View ArticleError 2308 (no replies)
I have version 7.2.5 setup, with following configuration: Node 1 : Mngt - 32bit and 32bit mngt binary Node 2 (Data) + 4 (SQL) on one PC - 64bit, but 32bit cluster binaries Node 3 (Data) + 5 (SQL) on...
View ArticleThe named BrokerFactory "ndb" is not valid (no replies)
Hi, I'm facing bug #52106 with mysql-cluster-gpl-7.2.6-linux2.6-x86_64. http://bugs.mysql.com/bug.php?id=52106 The file META-INF/services/org.apache.openjpa.lib.conf.ProductDerivation is still missing...
View Article