MySQL Forums
Forum List  »  NDB clusters

Re: ERROR 1114 (HY000) at line 1038: The table 'member_attribute' is full
Posted by: Satoshi Saito
Date: September 17, 2008 01:03AM

>ERROR 1114 (HY000) at line 1038: The table 'member_attribute' is full
>LOG
>2008-09-12 13:02:50 [MgmSrvr] INFO -- Node 3: Data usage increased to 91%(359042 32K pages of total 393216)
>2008-09-12 13:02:50 [MgmSrvr] INFO -- Node 2: Data usage increased to 91%(359180 32K pages of total 393216)
>2008-09-12 13:07:46 [MgmSrvr] INFO -- Node 3: Data usage increased to 100%(393216 32K pages of total 393216)
>2008-09-12 13:07:46 [MgmSrvr] INFO -- Node 2: Data usage increased to 100%(393216 32K pages of total 393216)

It looks like "DataMemory is fulled". Even if your system is disk-base-storage, you still need DataMemory for some indexes which are not hash-type and have to stay in DataMemory.

So I recommend you to check things below.
1. Are IndexMemory and DataMemory enough to hold your data?
2. Is the number of columns less than 128? The maximum number of attributes (that is, columns and indexes) per table is limited to 128.


Saito, Satoshi

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: ERROR 1114 (HY000) at line 1038: The table 'member_attribute' is full
5578
September 17, 2008 01:03AM


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.