Bug #50957 Node failure in LGMAN
Submitted: 5 Feb 2010 21:54
Reporter: Andrew Hutchings 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:Any
Assigned to: Assigned Account CPU Architecture:Any

[5 Feb 2010 21:54] Andrew Hutchings
Description:
Found whilst trying to reproduce bug #50956:

Error: 2341
Error data: lgman.cpp
Error object: LGMAN (Line: 1171) 0x0000000e

How to repeat:
1. shell> dd if=/dev/urandom of=testblob.dat bs=1024 count=4096
2. mysql> CREATE LOGFILE GROUP lg_1     ADD UNDOFILE 'undo_1.log'     INITIAL_SIZE 2M UNDO_BUFFER_SIZE 8M ENGINE NDBCLUSTER;
3. mysql> CREATE TABLESPACE ts_1     ADD DATAFILE 'data_1.dat'     USE LOGFILE GROUP lg_1     INITIAL_SIZE 512M Engine ndbcluster;
4. mysql> create table t1 (a int primary key auto_increment, b longblob, c longblob) tablespace ts_1 storage disk engine ndbcluster;

Execute sql to be attached.
[5 Feb 2010 21:57] Andrew Hutchings
SQL to reproduce

Attachment: test.sql.gz (application/x-gzip, text), 1.07 KiB.

[5 Feb 2010 21:59] Andrew Hutchings
Logs and config.ini

Attachment: bug_50957_logs.tar.bz2 (application/x-bzip, text), 445.75 KiB.