Bug #25801 Internal error if starting partially with missing REDO
Submitted: 23 Jan 2007 19:59 Modified: 8 Feb 2007 7:29
Reporter: Jonas Oreland Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version: OS:
Assigned to: Jonas Oreland CPU Architecture:Any

[23 Jan 2007 19:59] Jonas Oreland
Description:
4 nodes 2 replica
1-4
kill 1
wait 1
kill 2 -> cluster shutdown
start 1 & 3
nodes will refuse to start as node 1 does not have enough REDO for node 3

error will be "internal error", when this actually is expected (by some :)

How to repeat:
 

Suggested fix:
[5 Feb 2007 18:47] 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/19334

ChangeSet@1.2420, 2007-02-05 19:47:19+01:00, jonas@eel.(none) +5 -0
  ndb - bug#25801
    - improve error message if starting wo/ enough REDO
    - decrease likelyhood of trying to start too early
[7 Feb 2007 17:14] Tomas Ulin
pushed to 5.1.16
[8 Feb 2007 7:29] 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 bug fix. More information about accessing the source trees is available at

    http://dev.mysql.com/doc/en/installing-source.html

Documented bugfix in 5.1.16 changelog.
[21 Feb 2007 8:10] 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/20248
[27 Feb 2007 6:28] Jon Stephens
Fix also documented in telco-5.1.15/6.1.3 changelog.
[5 Mar 2007 14:45] 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/21151

ChangeSet@1.2103, 2007-03-05 15:45:38+01:00, jonas@perch.ndb.mysql.com +5 -0
  ndb - wl2325-5.0
    Bug #25801 Internal error if starting partially with missing REDO