Bug #22893 Unable to find REDO for frag during SR leaves frag empty, making DB inconsistent
Submitted: 2 Oct 2006 14:44 Modified: 2 Nov 2006 9:54
Reporter: Jonas Oreland Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version:4.1-> OS:
Assigned to: Jonas Oreland CPU Architecture:Any

[2 Oct 2006 14:44] Jonas Oreland
Description:
 

How to repeat:
 

Suggested fix:
[6 Oct 2006 14:06] 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/13264

ChangeSet@1.2550, 2006-10-06 16:05:46+02:00, jonas@perch.ndb.mysql.com +2 -0
  ndb - bug#22893
    Add checking of REDO to earlier during SR
        so take-over of node can be performed
        if it can't be restarted using logs
        (which btw is really weird...as it _should_ be able to use logs of other node in node group)
  
    Otherwise cluster could be started and 1 fragment on one node could not have been restored
    Making the cluster inconsisten, VERY BAD
[10 Oct 2006 8:43] 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/13377

ChangeSet@1.2057, 2006-10-10 10:42:26+02:00, jonas@perch.ndb.mysql.com +2 -0
  ndb - bug#22893
      Add checking of REDO to earlier during SR
          so take-over of node can be performed
          if it can't be restarted using logs
          (which btw is really weird...as it _should_ be able to use logs of other node in node group)
  
    recommit in mysql-5.1-wl2325-5.0
[1 Nov 2006 14:28] Jonas Oreland
pushed into 4.1.22
[1 Nov 2006 14:48] Jonas Oreland
pushed into 5.0.29
[1 Nov 2006 14:55] Jonas Oreland
pushed into 5.1.13
[2 Nov 2006 9:54] 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 for 4.1.22/5.0.29/5.1.12.
[4 Nov 2006 3:31] Jon Stephens
*Fix for 5.0 documented in 5.0.30 Release Notes.*