In MySQL NDB Cluster, the management node (ndb_mgmd)
is a lightweight process that among other things handles the
configuration of the cluster. Since it is lightweight. It can be
tempting to install it with one of the other nodes. However, if
you want a high-availability setup, you should never install it
on the same host as a data node (ndbd or
ndbmtd). If you do that, it can cause a total
cluster outage where the cluster could otherwise have survived.
The first sign of trouble occurs when you start the management nodes. The following warning is printed to standard output:
2018-08-22 18:04:14 [MgmtSrvr] WARNING -- at line 46: Cluster configuration warning: …[Read more]