MySQL Forums
Forum List  »  NDB clusters

Re: 'Cluster Failure' from NDB. Could not acquire global schema lock
Posted by: Srinivasan Umapathy
Date: July 03, 2014 11:03PM

Hi Andrew,

Thanks for your reply.

I have attached the query output executed in both SQL and Data nodes.

Query output on executing in data nodes:

mysql> show global status like 'ndb_number_of%';
+--------------------------------+-------+
| Variable_name | Value |
+--------------------------------+-------+
| Ndb_number_of_data_nodes | 2 |
| Ndb_number_of_ready_data_nodes | 0 |
+--------------------------------+-------+
2 rows in set (0.00 sec)

Query output on executing in SQL node:

mysql> show global status like 'ndb_number_of%';
+--------------------------------+-------+
| Variable_name | Value |
+--------------------------------+-------+
| Ndb_number_of_data_nodes | 2 |
| Ndb_number_of_ready_data_nodes | 2 |
+--------------------------------+-------+
2 rows in set (0.00 sec)

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.