Bug #41669 EXIT command cannot terminate ndb_mgm after SHOW command.
Submitted: 22 Dec 2008 10:54 Modified: 22 Dec 2008 11:31
Reporter: Meiji KIMURA Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S2 (Serious)
Version:6.3.20, 6.4.0 OS:Other
Assigned to: CPU Architecture:Any

[22 Dec 2008 10:54] Meiji KIMURA
Description:
I use Miracle Linux(a variation of Red Hat) for Management node, and 
Solaris 10 for other nodes.

After upgrading from 6.3.17 to 6.3.20, I have one problem.
When I activate Management Node, EXIT command cannot terminate ndb_mgm after SHOW command.
What is a cause of this problem?

==========================================
bash-3.00# ndb_mgm
-- NDB Cluster -- Management Client --
ndb_mgm> exit <- I can terminate ndb_mgm.
bash-3.00# ndb_mgm
-- NDB Cluster -- Management Client --
ndb_mgm> show
Connected to Management Server at: xxx.xx.xx.xx:nnnn
Cluster Configuration
---------------------
[ndbd(NDB)] 1 node(s)
id=2 @xxx.xx.xx.xx (mysql-5.1.30 ndb-6.3.20, Nodegroup: 0, Master)

[ndb_mgmd(MGM)] 1 node(s)
id=1 @xxx.xx.xx.xx (mysql-5.1.30 ndb-6.3.20)

[mysqld(API)] 1 node(s)
id=3 @xxx.xx.xx.xx (mysql-5.1.30 ndb-6.3.20)

ndb_mgm>
ndb_mgm>
ndb_mgm> exit <-This command make ndb_mgm freeze. I cannot terminate it.

==========================================

At that time, I use one node only, but the situation is the same when I use two nodes.

That's all.

How to repeat:
See Description.

Suggested fix:
N/A
[22 Dec 2008 11:31] Sveta Smirnova
Thank you for the report.

This is duplicate of bug #40922
[4 Mar 2009 8:10] ec teng
I have encountered the same issue with ndbd, ndbd_mgm and api all in solaris. Any solution?