Spec-Zone .ru
спецификации, руководства, описания, API

17.3.3.2. MySQL Cluster Management Node Configuration Parameters

The summary table in this section provides information about parameters used in the [ndb_mgmd] or [mgm] sections of a config.ini file for configuring MySQL Cluster management nodes. For detailed descriptions and other additional information about each of these parameters, see Section 17.3.2.5, "Defining a MySQL Cluster Management Server".

Restart types. Changes in MySQL Cluster configuration parameters do not take effect until the cluster is restarted. The type of restart required to change a given parameter is indicated in the summary table as follows:

For more information about restart types, see Section 17.3.3, "Overview of MySQL Cluster Configuration Parameters".

Table 17.3. Management Node Configuration Parameters

Parameter Name Type or Units Restart Type In Version ... (and later)
Default Value
Minimum/Maximum or Permitted Values

ArbitrationDelay

milliseconds N NDB 7.3.0
0
0 / 4G

ArbitrationRank

0-2 N NDB 7.3.0
1
0 / 2

DataDir

path N NDB 7.3.0
.
...

ExecuteOnComputer

name S NDB 7.3.0
[none]
...

HeartbeatThreadPriority

string S NDB 7.3.0
[none]
...

HostName

name or IP address S NDB 7.3.0
[none]
...

Id

unsigned IS NDB 7.3.0
[none]
1 / 255

LogDestination

{CONSOLE|SYSLOG|FILE} N NDB 7.3.0
[see text]
...

MaxNoOfSavedEvents

unsigned N NDB 7.3.0
100
0 / 4G

NodeId

unsigned IS NDB 7.3.0
[none]
1 / 255

PortNumber

unsigned N NDB 7.3.0
1186
0 / 64K

PortNumberStats

unsigned N NDB 7.3.0
[none]
0 / 64K

TotalSendBufferMemory

bytes N NDB 7.3.0
256K
0 / 4G

wan

boolean N NDB 7.3.0
false
true, false

Note

After making changes in a management node's configuration, it is necessary to perform a rolling restart of the cluster for the new configuration to take effect. See Section 17.3.2.5, "Defining a MySQL Cluster Management Server", for more information.

To add new management servers to a running MySQL Cluster, it is also necessary perform a rolling restart of all cluster nodes after modifying any existing config.ini files. For more information about issues arising when using multiple management nodes, see Section 17.1.6.10, "Limitations Relating to Multiple MySQL Cluster Nodes".