Bug #31701 Node failure with repl. wo/ load, can lead to endless out of order buckets
Submitted: 18 Oct 2007 22:11 Modified: 6 Nov 2007 10:33
Reporter: Jonas Oreland
Status: Closed
Category:Server: ClusterRep Severity:S3 (Non-critical)
Version:* OS:Any
Assigned to: Jonas Oreland Target Version:

[18 Oct 2007 22:11] Jonas Oreland
Description:
SUMA incorrectly decides not to buffer a SUB_GCP_COMPLETE_REP if
  buffer is empty...

Correct check is to always buffer if there are active subscribers.

How to repeat:
ERROR 13033
listen_event 

NOTE: 0 load

Suggested fix:
dont check for empty bucket, but for active subscribers
[18 Oct 2007 22:34] 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/35868

ChangeSet@1.2589, 2007-10-18 22:35:46+02:00, tomas@whalegate.ndb.mysql.com +1 -0
  Bug#31701 Node failure with repl. wo/ load, can lead to endless out of order buckets
[18 Oct 2007 23:21] 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/35871

ChangeSet@1.2523, 2007-10-18 23:21:18+02:00, jonas@perch.ndb.mysql.com +4 -0
  ndb - bug#31701 Node failure with repl. wo/ load, can lead to endless out of order
buckets
    Correct check for buffer/no buffer
[19 Oct 2007 9:32] Jon Stephens
Documented bugfix in mysql-5.1.15-ndb-6.1.22 changelog, left status as Patch Pending.
[26 Oct 2007 7:41] Jonas Oreland
pushed to 51-ndb, telco-6.1, telco-6.2, telco-6.3 & 51-telco
[26 Oct 2007 7:44] 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/36400

ChangeSet@1.2169, 2007-10-26 07:44:21+02:00, jonas@perch.ndb.mysql.com +4 -0
  ndb - bug#31701 - incorrect check in suma for buffer/no buffer
    (recommit in drop6)
[5 Nov 2007 14:53] Bugs System
Pushed into 6.0.4-alpha
[5 Nov 2007 14:56] Bugs System
Pushed into 5.1.23-rc
[6 Nov 2007 10:33] 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.23 and 6.0.4 changelogs; closed.
[8 Nov 2007 14:41] Jon Stephens
Also documented fix in 5.1.22-ndb-6.2.8 and 5.1.22-ndb-6.3.6 changelogs.
[18 Jun 2008 17: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/48104

2629 jonas@mysql.com	2008-06-18
      ndb - fix merge error
        in test_event -n Bug31701