MySQL Forums
Forum List  »  NDB clusters

Re: SQL nodes not connected with Management node! HELP!!
Posted by: Mikael Ronström
Date: January 28, 2020 04:13PM

This line tells you the problem:
2020-01-18 15:52:08 [MgmtSrvr] INFO -- Node 2: Initial start, waiting for 3 to connect, nodes [ all: 2 and 3 connected: 2 no-wait: ]

In order to use the cluster all data nodes must be part of the initial start.
So the cluster is waiting for you to start the second data node (node 3).
Since it is the initial start of the cluster it will wait for this node to
connect forever. It is possible to change this with command parameters, but
I think what you should do is simply start the second node and things should
work fine.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: SQL nodes not connected with Management node! HELP!!
1150
January 28, 2020 04:13PM


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.