wsrep_connected
This page is part of MariaDB's SkySQL Documentation.
The parent of this page is: Status Variables
Topics on this page:
Overview
Whether the node is connected to a component.
See also: Status Variables in 10.6 ES, in 10.5 ES, and in 10.4 ES
DETAILS
When a cluster node starts, it attempts to establish network connectivity with the other nodes specified by the wsrep_cluster_address system variable. As nodes connect, they form components. Once they establish connectivity with the Primary Component and synchronize databases, they become operational.
This status variable indicates whether the node has established a connection with a component. To determine whether it has established a connection with the Primary Component, see the wsrep_cluster_status status variable.
EXAMPLES
Use the SHOW STATUS statement to view the current status:
SHOW STATUS LIKE "wsrep_connected";
+-----------------+-------+
| Variable_name | Value |
+-----------------+-------+
| wsrep_connected | ON |
+-----------------+-------+
CHANGE HISTORY
Release Series | History |
---|---|
10.6 Enterprise |
|
10.5 Enterprise |
|
10.4 Enterprise |
|
EXTERNAL REFERENCES
Additional information on this topic may be found in the MariaDB Public Knowledge Base.
This page shows information specific to MariaDB SkySQL. Information for non-SkySQL use can be found on the wsrep_connected page in the MariaDB Enterprise Documentation.