MySQL Forums
Forum List  »  NDB clusters

Re: Can't create table
Posted by: Mauritz Sundell
Date: April 28, 2021 11:51AM

Hi Maurice

The data nodes still uses the default settings.

Either the data nodes (ndbmtd) has not been restarted.
It is only then a data node is started that it fetches the configuration from one of the management servers (ndb_mgmd).
In that case restart the data nodes.
One way to do that is using the management client (ndb_mgm):

$ ndb_mgm
ndb_mgm> 3 restart
...
ndb_mgm> 4 restart


If data nodes still uses the default configuration it can be that the management server has not read the new config.ini for some reason. It should be enough restarting one of them:

$ ndb_mgmd --reload --config-file=path/to/config.ini --config-dir=... ....

And after that restart the data nodes.

If data nodes still uses default values, check for errors in the log files for managment servers and data nodes.

Regards,
Mauritz

Options: ReplyQuote


Subject
Views
Written By
Posted
1284
April 14, 2021 01:57PM
540
April 14, 2021 02:51PM
530
April 15, 2021 03:51AM
557
April 15, 2021 06:02AM
548
April 16, 2021 08:01AM
559
April 16, 2021 11:31AM
453
April 17, 2021 04:33AM
514
April 17, 2021 03:29PM
435
April 28, 2021 10:50AM
Re: Can't create table
491
April 28, 2021 11:51AM
787
April 28, 2021 02:18PM
500
April 28, 2021 02:59PM
475
April 29, 2021 12:56AM
435
April 29, 2021 02:49AM


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.