MySQL Forums
Forum List  »  NDB clusters

NDB Cluster node stuck at phase 1
Posted by: Darren Landrum
Date: August 23, 2005 08:46AM

I am trying to fix a 4-node (plus one management node) MySQL cluster. Three of the four nodes are up and running, with the fourth one stuck at phase one.

This is what's getting written to the ndb cluster log on the management node:

2005-08-23 10:37:15 [MgmSrvr] WARNING -- Node 6: Failure handling of node 5 has not completed in 1103 min. - state = 3
2005-08-23 10:37:55 [MgmSrvr] WARNING -- Node 4: Failure handling of node 5 has not completed in 1104 min. - state = 3
2005-08-23 10:38:15 [MgmSrvr] WARNING -- Node 6: Failure handling of node 5 has not completed in 1104 min. - state = 3
2005-08-23 10:38:56 [MgmSrvr] WARNING -- Node 4: Failure handling of node 5 has not completed in 1105 min. - state = 3
2005-08-23 10:39:15 [MgmSrvr] WARNING -- Node 6: Failure handling of node 5 has not completed in 1105 min. - state = 3

There's a lot more, but it's just more of the same.

I'm running version 4.1.11, which I know is out of date, but I don't want to go through the pain of upgrading until version 5 is stable.

Just to be complete, this is what the management screen tells me:

ndb_mgm> show
Cluster Configuration
---------------------
[ndbd(NDB)] 4 node(s)
id=3 @x.x.x.58 (Version: 4.1.11, Nodegroup: 0)
id=4 @x.x.x.59 (Version: 4.1.11, Nodegroup: 0)
id=5 @x.x.x.60 (Version: 4.1.11, starting, Nodegroup: 0, Master)
id=6 @x.x.x.61 (Version: 4.1.11, Nodegroup: 1)

[ndb_mgmd(MGM)] 1 node(s)
id=1 @x.x.x.57 (Version: 4.1.11)

[mysqld(API)] 4 node(s)
id=9 @x.x.x.58 (Version: 4.1.11)
id=10 @x.x.x.59 (Version: 4.1.11)
id=11 (not connected, accepting connect from x.x.x.60)
id=12 @x.x.x.61 (Version: 4.1.11)

ndb_mgm> all status
Node 3: started (Version 4.1.11)
Node 4: started (Version 4.1.11)
Node 5: starting (Phase 1) (Version 4.1.11)
Node 6: started (Version 4.1.11)

Since three of the four clusters were up, I tried restarting node 5 with the --initial command, only to run right back into the same issue. I haven't yet tried to restart without --initial or from within the management node. Before I do so, can anyone perchance clue me in as to what the warning message in the log means?

Thank you all for your time.

Options: ReplyQuote


Subject
Views
Written By
Posted
NDB Cluster node stuck at phase 1
2716
August 23, 2005 08:46AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.