GLOBAL_WAL_SENDER_STATUS
GLOBAL_WAL_SENDER_STATUS视图显示当前集群主DN实例的redo日志传输和回放状态。该视图只有monitor admin和sysadmin权限可以查看。
|
名称 |
类型 |
描述 |
|---|---|---|
|
nodename |
text |
主节点名。 |
|
source_ip |
text |
主节点IP。 |
|
source_port |
integer |
主节点端口。 |
|
dest_ip |
text |
备节点IP。 |
|
dest_port |
integer |
备节点端口。 |
|
sender_pid |
integer |
发送线程PID。 |
|
local_role |
text |
主节点类型。
说明:
主节点类型期望值为: NORMAL_MODE,PRIMARY_MODE,PENDING_MODE,RECOVERY_MODE。如出现其他节点类型,请联系华为技术工程师提供技术支持。 |
|
peer_role |
text |
备节点类型。
|
|
peer_state |
text |
备节点状态。
|
|
state |
text |
wal sender状态。
|
|
sender_sent_location |
text |
主节点发送位置。 |
|
sender_write_location |
text |
主节点落盘位置。 |
|
sender_flush_location |
text |
主节点flush磁盘位置。 |
|
sender_replay_location |
text |
主节点redo位置。 |
|
receiver_received_location |
text |
备节点接收位置。 |
|
receiver_write_location |
text |
备节点落盘位置。 |
|
receiver_flush_location |
text |
备节点flush磁盘位置。 |
|
receiver_replay_location |
text |
备节点redo位置。 |