GLOBAL_WAL_SENDER_STATUS
GLOBAL_WAL_SENDER_STATUS displays the redo log transfer and replay status of the primary DN in the current cluster. Only the user with the SYSADMIN or MONADMIN permission can query this view.
|
Name |
Type |
Description |
|---|---|---|
|
nodename |
text |
Name of the primary node |
|
source_ip |
text |
IP address of the primary node |
|
source_port |
integer |
Port of the primary node |
|
dest_ip |
text |
IP address of the standby node |
|
dest_port |
integer |
Port of the standby node |
|
sender_pid |
integer |
PID of the sending thread |
|
local_role |
text |
Type of the primary node
NOTE:
The expected values of the primary node type are NORMAL_MODE, PRIMARY_MODE, PENDING_MODE, and RECOVERY_MODE. Contact Huawei technical support if other node types are displayed. |
|
peer_role |
text |
Type of the standby node
NOTE:
The expected values of the standby node type are NORMAL_MODE, STANDBY_MODE, CASCADE_STANDBY_MODE, PENDING_MODE, RECOVERY_MODE, STANDBY_CLUSTER_MODE, and MAIN_STANDBY_MODE. If other node types are displayed, contact Huawei technical support. |
|
peer_state |
text |
Status of the standby node
|
|
state |
text |
WAL sender status
|
|
sender_sent_location |
text |
Sending position of the primary node |
|
sender_write_location |
text |
Writing position of the primary node |
|
sender_flush_location |
text |
Location where the master node writes the cache to the disk. |
|
sender_replay_location |
text |
Redo position of the primary node |
|
receiver_received_location |
text |
Receiving position of the standby node |
|
receiver_write_location |
text |
Writing position of the standby node |
|
receiver_flush_location |
text |
Location where the standby node writes the cache to the disk. |
|
receiver_replay_location |
text |
Redo location of the standby node |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.