MySQL Forums
Forum List  »  NDB clusters

Re: How to add/initialize/start 2nd datanode on samedatanode server on already running ndb cluster
Posted by: Mikael Ronström
Date: January 31, 2019 07:54AM

Not sure what your problem is, but it sounds to me like
you want to add new data nodes into the cluster. In this case you
add them to the config in NodeGroup=65536 and after starting them
add a node group using the management client. After that the new nodes
will be used for new tables. To reorganize old tables it is necessary to
run ALTER TABLE REORGANIZE PARTTIONS on them.

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.