Bug #19543 Out REDO log on subscription creation during startup, missing error message
Submitted: 4 May 2006 19:21 Modified: 21 Jun 2006 8:47
Reporter: Serge Kozlov Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S2 (Serious)
Version:5.1 OS:Linux (Linux FC4)
Assigned to: Tomas Ulin CPU Architecture:Any

[4 May 2006 19:21] Serge Kozlov
Description:
[ndbdev@ndb16 run]$ cat ndb_2_error.log
Current byte-offset of file-pointer is: 568
Minimal value of RedoBuffer (1M) causes following error:

Time: Thursday 4 May 2006 - 21:11:35
Status: Temporary error, restart node
Message: Internal program error (failed ndbrequire) (Internal error, programming
 error or missing error message, please report a bug)
Error: 2341
Error data: suma/Suma.cpp
Error object: SUMA (Line: 413) 0x0000000e
Program: /home/ndbdev/skozlov/builds/libexec/ndbd
Pid: 17413
Trace: /space/run/ndb_2_trace.log.1
Version: Version 5.1.10 (beta)
***EOM***

How to repeat:
1. Create simple config.ini like that

[ndbd default]
NoOfReplicas: 2
DataDir: /space/run
FileSystemPath: /space/run
RedoBuffer: 1M

[mgm default]
ArbitrationRank: 1
DataDir: /space/run

[ndb_mgmd]
Id: 1
HostName: ndb16

[ndbd]
Id: 2
HostName: ndb16

[ndbd]
Id: 3
HostName: ndb16

[mysqld]
Id: 15
HostName: ndb16

2. Start cluster.
[17 May 2006 10:51] Tomas Ulin
pleace attach trace files
[18 May 2006 14:14] Serge Kozlov
trace, log files and config.ini

Attachment: bug19543.tar.gz (application/gzip, text), 71.28 KiB.

[18 May 2006 15:50] Tomas Ulin
test for setting prio order
[18 May 2006 15:56] Jonas Oreland
testing me too
[20 Jun 2006 11:54] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/7917
[21 Jun 2006 8:47] Jon Stephens
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html

Additional info:

See remarks I made under Bug#17297.