Feature
This view displays all jobs related to OBServer nodes.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| JOB_ID | bigint(20) | NO | The ID of the job. |
| JOB_TYPE | varchar(128) | NO | The type of the job. DELETE_SERVER means a job that drops an OBServer. |
| JOB_STATUS | varchar(128) | NO | The status of the job. INPROGRESS: The job is ongoing.SUCCESS: The job succeeded.FAILED: The job failed. |
| RESULT_CODE | bigint(20) | YES | The result code of the job. |
| PROGRESS | bigint(20) | NO | The progress of the job, in percentage. Value range: [0,100]. |
| START_TIME | timestamp(6) | YES | The start time of the job. |
| MODIFY_TIME | timestamp(6) | YES | The time when the job was last modified. |
| SVR_IP | varchar(46) | YES | The IP address of the destination server. |
| SVR_PORT | bigint(20) | YES | The port number of the destination server. |
| SQL_TEXT | longtext | YES | The related SQL string. |
| EXTRA_INFO | varchar(512) | YES | The additional information. |
| RS_SVR_IP | varchar(46) | NO | The IP address of the Root Service server. |
| RS_SVR_PORT | bigint(20) | NO | The port number of the Root Service server. |