Description. Provides information on the status of a Cluster node.
Definition. This structure contains the following members:
int
: The
cluster node's node ID.
node_id
enum ndb_mgm_node_type
: The node
type.
node_type
See Section 3.3.1, “The ndb_mgm_node_type
Type”, for
permitted values.
enum ndb_mgm_node_status
: The
node's status.
node_status
See Section 3.3.2, “The ndb_mgm_node_status
Type”, for
permitted values.
int
: The
start phase.
start_phase
This is valid only if the
node_type
is
NDB_MGM_NODE_TYPE_NDB
and the
node_status
is
NDB_MGM_NODE_STATUS_STARTING
.
int
: The ID
for heartbeats and master takeover.
dynamic_id
Valid only for data (ndbd) nodes.
int
: The
node group to which the node belongs.
node_group
Valid only for data (ndbd) nodes.
int
: Internal
version number.
version
int
: The
number of times this node has connected to or
disconnected from the management server.
connect_count
char
:
The IP address of the node when it connected to the
management server.
connect_address[]
This value will be empty if the management server has been restarted since the node last connected.