Bug #10956 More than 7 NR --initial, yields cluster failure
Submitted: 30 May 2005 11:10 Modified: 13 Jun 2005 17:31
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

[30 May 2005 11:10] Jonas Oreland
Description:
More than 7 node restart --initial yields cluster failure.
(noCrashedReplicas was not reset in INVALIDATE_NODE_LCP)

How to repeat:
cnt=1; while true; do echo $cnt; ndb_mgm -e "3 restart -i"; ndb_waiter ; cnt=`expr $cnt + 1`; done
[30 May 2005 11:18] 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/25381
[7 Jun 2005 9:55] Jonas Oreland
pushed in 5.0
[9 Jun 2005 5:35] Jonas Oreland
pushed in 4.1.13 and 5.0.7
[13 Jun 2005 17:31] 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 bugfix in Change History for versions 4.1.13 and 5.0.7. Closed.