MySQL Forums
Forum List  »  NDB clusters

Re: "Got error 4009 'Cluster Failure' from NDB. Could not acquire global schema lock" and "Could not connect to storage engine"
Posted by: Mikael Ronström
Date: October 09, 2017 09:40AM

The cluster is obviously up and running as shown in the
SHOW command output.

Equally obvious is that the MySQL Server haven't connected to
the cluster. It has not connected to the management server and
it is not connected to the data nodes since it gets 4009.

So one to check is that you started the MySQL Server on the
machine with 172.16.1.102. You can probably check that the
ndb-connectstring is set properly in the management node.

Strangely enough it knows that there are 2 data nodes.

Please also check error log from MySQL Server and cluster log
for hints on what might be the problem.

Options: ReplyQuote




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.