Bug #53736 ndbd stdout log should track arbitrator
Submitted: 18 May 2010 9:18 Modified: 8 May 2013 15:47
Reporter: Andrew Hutchings Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S4 (Feature request)
Version:mysql-5.1-telco-7.0 OS:Any
Assigned to: Assigned Account CPU Architecture:Any
Tags: Contribution

[18 May 2010 9:18] Andrew Hutchings
Description:
For ease of use when doing post-mortem diagnostics the data node's logs should keep track of which node was arbitrator when.

Patch for this to follow shortly.

How to repeat:
.
[18 May 2010 9: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/108485

3538 Andrew Hutchings	2010-05-18
      Bug #53736  	ndbd stdout log should track arbitrator
      
      When in arbit prep phase (just before start) the president node now says:
      
      2010-05-18 10:15:34 [ndbd] INFO     -- Setting arbitrator to node 1
      
      And the other data nodes say:
      
      2010-05-18 10:15:34 [ndbd] INFO     -- President node 3 sets arbitrator to node 1
[8 May 2013 15:47] 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
[8 May 2013 15:49] Jon Stephens
Fixed in NDB 7.0+. Documented in the NDB 7.0.36, 7.1.25, 7.2.9, and 7.3.1 changelogs as follows:

        Data node logs now provide tracking information about 
        arbitrations, including which nodes assumed the arbitrator role 
        and at what times.

Closed.