Feature
This view provides information about all OBServer nodes.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| SVR_IP | varchar(46) | NO | The IP address of the OBServer. |
| SVR_PORT | bigint(20) | NO | The port number of the OBServer. |
| ID | bigint(20) | NO | The unique ID allocated by the cluster to the OBServer. |
| ZONE | varchar(128) | NO | The zone of the OBServer node. |
| SQL_PORT | bigint(20) | NO | The port used by the OBServer node to serve SQL requests. |
| WITH_ROOTSERVER | varchar(3) | NO | YES: The Root Service exists on the node.NO: The Root Service does not exist on the node. |
| STATUS | varchar(64) | NO | ACTIVE: The heartbeat connection between the OBServer node and Root Service is normal.INACTIVE: The OBServer node has lost the heartbeat connection with Root Service.DELETING: The OBServer node is being deleted. |
| START_SERVICE_TIME | timestamp(6) | NO | The time when the OBServer node started services. NULL: The OBServer node does not start services. |
| STOP_TIME | timestamp(6) | NO | The time when the OBServer node was stopped. NULL: The OBServer node is not stopped. |
| BLOCK_MIGRATE_IN_TIME | timestamp(6) | NO | The time when the OBServer node prohibited data migration. NULL: The OBServer node does not prohibit data migration. |
| LAST_OFFLINE_TIME | timestamp(6) | NO | The time when the OBServer node went offline the last time. NULL: The OBServer node has never gone offline. |
| BUILD_VERSION | varchar(256) | NO | The binary build version of the OBServer node. |