Bug #41274 error 1504 'Out of logbuffer memory' message is too vague
Submitted: 6 Dec 2008 2:50 Modified: 6 Dec 2008 2:52
Reporter: Jonathan Miller Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Cluster: Disk Data Severity:S3 (Non-critical)
Version:mysql-5.1-telco-6.3 OS:Linux
Assigned to: CPU Architecture:Any

[6 Dec 2008 2:50] Jonathan Miller
Description:
mysql> CREATE LOGFILE GROUP lg1  ADD UNDOFILE 'undo1.dat' INITIAL_SIZE 250M UNDO_BUFFER_SIZE = 40M ENGINE = NDBCLUSTER;
ERROR 1528 (HY000): Failed to create LOGFILE GROUP
mysql> show errors;
+-------+------+---------------------------------------------------+
| Level | Code | Message                                           |
+-------+------+---------------------------------------------------+
| Error | 1296 | Got error 1504 'Out of logbuffer memory' from NDB |
| Error | 1528 | Failed to create LOGFILE GROUP                    |
+-------+------+---------------------------------------------------+
2 rows in set (0.00 sec)

So does logbuffer mean:
* NoOfFragmentLogFiles?
* RedoBuffer?
* UNDO_BUFFER_SIZE?
* DiskPageBufferMemory?
* BackupLogBufferSize?

The message does not provide enough information for a user to take corrective actions.

How to repeat:
n/a

Suggested fix:
Please specify exactly the buffer that is in question here.