MySQL Forums
Forum List  »  NDB clusters

Full table
Posted by: Christophe Rahier
Date: August 22, 2013 05:17AM

Hi,

I installed a MySQL cluster: mysql-5.6.11 ndb-7.3.2

when I check the error.log in a node, I can see [ERROR] /usr/local/mysql/bin/mysqld: The table 'CGLOBAL' is full

On the management node, when I type: ALL REPORT MEMORYUSAGE, I can see:
ndb_mgm> ALL REPORT MEMORYUSAGE
Node 2: Data usage is 95%(2439 32K pages of total 2560)
Node 2: Index usage is 25%(588 8K pages of total 2336)
Node 3: Data usage is 97%(2502 32K pages of total 2560)
Node 3: Index usage is 25%(588 8K pages of total 2336)

In my cluster config file, I've these lines:
[NDBD DEFAULT]
NoOfReplicas=2
DataMemory=1024M
IndexMemory=512M
TimeBetweenWatchDogCheck= 30000
MaxNoOfOrderedIndexes= 512
MaxNoOfConcurrentOperations=100000

[MYSQLD DEFAULT]

[NDB_MGMD DEFAULT]
DataDir=/data/mysql-cluster

[TCP DEFAULT]

[NDB_MGMD]
NodeId=1
HostName=192.168.0.40

[NDBD]
HostName=192.168.0.41
DataDir= /data/mysql-cluster

[NDBD]
HostName=192.168.0.42
DataDir=/data/mysql-cluster

[MYSQLD]
[MYSQLD]

I'm completely lost, what have I to change??

Please help me!

Kind regards,

Christophe

Options: ReplyQuote


Subject
Views
Written By
Posted
Full table
1697
August 22, 2013 05:17AM


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.