Bug #66045 5.5.22-ndb-7.2.6 CREATE LOGFILE GROUP failed
Submitted: 27 Jul 2012 10:28 Modified: 27 Aug 2012 12:35
Reporter: vincent txue Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S2 (Serious)
Version:5.5.22-ndb-7.2.6 OS:Other (debian 5 (2.6.26-2-amd64))
Assigned to: CPU Architecture:Any

[27 Jul 2012 10:28] vincent txue
Description:
 5.5.22-ndb-7.2.6-gpl-log MySQL Cluster Community Server (GPL)
binary version

the cluster works fine, can do CIUD and any other options

but when 
mysql> CREATE LOGFILE GROUP lg3 ADD UNDOFILE 'undo.dat' INITIAL_SIZE = 32M ENGINE = NDB;
ERROR 1528 (HY000): Failed to create LOGFILE GROUP

mysql> \! perror --ndb 1528
Illegal ndb error code: 1528

mysql> CREATE LOGFILE GROUP lg3 ADD UNDOFILE 'undo.data1'  ENGINE = NDB;
ERROR 1528 (HY000): Failed to create LOGFILE GROUP

How to repeat:
download mysql-cluster-gpl-7.2.6-linux2.6-x86_64.tar.gz

tar zxf
 
setup any cluster:
run "CREATE LOGFILE GROUP lg3 ADD UNDOFILE 'undo.dat' INITIAL_SIZE = 32M ENGINE = NDB; " in any sql node
[27 Jul 2012 12:35] Sveta Smirnova
Thank you for the report.

Do you have logfile group in the cluster already? See at http://dev.mysql.com/doc/refman/5.5/en/create-logfile-group.html: "In MySQL Cluster NDB 7.2, you can have only one log file group per Cluster at any given time. (See Bug #16386)" Please check.
[28 Aug 2012 1:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".