Bug #15587 NF during CopyFragReq can lead to repeated NF during NR
Submitted: 8 Dec 2005 13:43 Modified: 14 Dec 2005 18:28
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,5.0,5.1 OS:
Assigned to: Jonas Oreland CPU Architecture:Any

[8 Dec 2005 13:43] Jonas Oreland
Description:
NF during CopyFrag leads to node not removed from activeNodes array.
  When it later restart, it will be added again.
  Which will be detected in LQH during NR (if running transactions) as   
    NextReplicaNode will be ==ownNodeId

How to repeat:
 

Suggested fix:
[8 Dec 2005 14:25] 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/internals/33170
[8 Dec 2005 14:27] 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/internals/33171
[13 Dec 2005 13:57] Jonas Oreland
pushed into 5.0.18 (not yet in 4.1)
[14 Dec 2005 6:34] Jonas Oreland
pushed into 4.1.17
[14 Dec 2005 18:28] 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:

Documented fix in 4.1.17 and 5.0.18 changelogs. Closed.
[6 Mar 2007 10:04] 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/21213

ChangeSet@1.2109, 2007-03-06 11:04:00+01:00, jonas@perch.ndb.mysql.com +2 -0
  ndb - wl2325-5.0
  bug#15587 fix incorrect merge (test prg only)