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.