Bug #50441 Connection to 2nd ndb_mgmd is taking to long to timeout
Submitted: 19 Jan 2010 11:27
Reporter: Geert Vanderkelen Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version:mysql-5.1-ndb-6.3 OS:Any
Assigned to: Assigned Account CPU Architecture:Any

[19 Jan 2010 11:27] Geert Vanderkelen
Description:
NDB API applications are connecting to the management node for getting the configuration. When using dynamic ports (default) they also need to connect to the 2nd management node.
However, if the 2nd management node is unreachable, it takes to long for this attempt to timeout. The thread doing connections is hereby blocked.

How to repeat:
(cluster dev knows)

Suggested fix:
Set timeout lower for connections to management nodes (hard code), and retry?