MySQL Forums
Forum List  »  NDB clusters

Re: ERROR 1296 (HY000): Got error 708 'No more attribute metadata records (increase MaxNoOfAttributes)' from NDBCLUSTER
Posted by: Andrew Morgan
Date: November 08, 2013 01:53PM

Do you actually have a huge number of meta data objects (databases, tables, columns, indexes,...) such that you could actually have hit the 4G limit? I'm guessing probably not. After you set MaxNoOfAttributes to 4G, did you stop the management node(s) and then restart them with the --initial option (and then do the same for each data node in turn)? If not then the change will not have been applied.

Take a look at http://dev.mysql.com/doc/refman/5.6/en/mysql-cluster-rolling-restart.html for details on performing these "rolling restarts"

Andrew Morgan.
@andrewmorgan
@clusterdb
http://www.clusterdb.com

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: ERROR 1296 (HY000): Got error 708 'No more attribute metadata records (increase MaxNoOfAttributes)' from NDBCLUSTER
3904
November 08, 2013 01:53PM


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.