Bug #24949 Pulling cable from _last_ db-node can cause 6min timeout in api
Submitted: 11 Dec 2006 8:53 Modified: 9 Jan 2007 5:56
Reporter: Jonas Oreland Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: NDB API Severity:S3 (Non-critical)
Version:5.1 OS:
Assigned to: Jonas Oreland CPU Architecture:Any

[11 Dec 2006 8:53] Jonas Oreland
Description:
If using NdbTransaction::execute() and pulling cable from last db-node
(eg. 2 node cluster, only 1 db node is running, pulling cable from this)

can cause 6min timeout in api

How to repeat:
 

Suggested fix:
[12 Dec 2006 15: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/16837

ChangeSet@1.2355, 2006-12-12 16:21:06+01:00, jonas@perch.ndb.mysql.com +2 -0
  ndb - bug#24949
    make sure not too poll to long, in case of hb-failure of last db-node
[28 Dec 2006 13:44] 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.15 changelog.
[9 Jan 2007 5:56] Stewart Smith
setting back to closed as the other bug should probably be a different bug number.

Bug #25487 to be precise
[24 Jan 2007 17:22] 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/18732

ChangeSet@1.2094, 2007-01-24 18:21:09+01:00, jonas@perch.ndb.mysql.com +2 -0
  ndb - bug#24949
    Make sure not to poll to long in case of hb-failure of last db-node
    (recommit mysql-5.1-wl2325-5.0)