Re: Can't create table
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
Subject
Views
Written By
Posted
1296
April 14, 2021 01:57PM
549
April 14, 2021 02:51PM
534
April 15, 2021 03:51AM
564
April 15, 2021 06:02AM
555
April 16, 2021 08:01AM
568
April 16, 2021 11:31AM
457
April 17, 2021 04:33AM
519
April 17, 2021 03:29PM
441
April 28, 2021 10:50AM
Re: Can't create table
497
April 28, 2021 11:51AM
797
April 28, 2021 02:18PM
506
April 28, 2021 02:59PM
482
April 29, 2021 12:56AM
439
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.