Quantcast
Channel: MySQL Forums - NDB clusters
Viewing all articles
Browse latest Browse all 1560

Full table (no replies)

$
0
0
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

Viewing all articles
Browse latest Browse all 1560

Trending Articles