Bug #39613 SQL node freeze after DB dropped then recreated from another SQL node
Submitted: 23 Sep 2008 18:49 Modified: 4 Oct 2008 8:43
Reporter: Bogdan Kecman Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version:mysql-5.1.24 ndb-6.3.16, 6.3.15 OS:Any
Assigned to: CPU Architecture:Any

[23 Sep 2008 18:49] Bogdan Kecman
Description:
SQL node stuck after DB dropped then recreated from another SQL node

How to repeat:
start cluster
 - 2 data nodes
 - 1 mgm node
 - 2 sql nodes

login to sql node1 drop DB x; create DB x;
sql node2 will be "stuck"

Suggested fix:
this might be the part of "db discovery limitation" but even if this is a "limitation" - it should not freeze mysqld
[3 Oct 2008 14:07] Tomas Ulin
fixed in 6.2.16 and 6.3.18
[4 Oct 2008 8:43] Jon Stephens
Documented fix in the NDB 6.2.16 and NDB 6.3.18 changelogs as follows:

        Dropping and then re-creating a database on one SQL node caused other
        SQL nodes to hang.