Description
Displays the history of all load balancing tasks in the tenant.
Note
This view was introduced in V4.2.0.
Columns
| Column | Type | Null | Description |
|---|---|---|---|
| TASK_ID | bigint(20) | NO | The ID of the load balancing task. |
| CREATE_TIME | timestamp(6) | NO | The start time of the task. |
| FINISH_TIME | timestamp(6) | NO | The completion time of the task, including the success and cancel times. |
| TASK_TYPE | varchar(64) | NO | The type of the task.
|
| SRC_LS | bigint(20) | NO | The ID of the source log stream (the log stream generated from the data source). |
| DEST_LS | bigint(20) | NO | The ID of the destination log stream. |
| PART_LIST | longtext | YES | The list of partitions, including user table partitions and global index partitions. |
| FINISHED_PART_LIST | longtext | YES | The list of partitions that have been successfully balanced. |
| PART_COUNT | bigint(20) | YES | The number of partitions in the partition list. |
| FINISHED_PART_COUNT | bigint(20) | YES | The number of partitions that have been successfully balanced. |
| LS_GROUP_ID | bigint(20) | NO | The ID of the log stream group. |
| STATUS | varchar(64) | NO | The status of the task.
|
| PARENT_LIST | varchar(1024) | YES | The list of parent tasks. |
| CHILD_LIST | varchar(1024) | YES | The list of child tasks. |
| CURRENT_TRANSFER_TASK_ID | bigint(20) | NO | The ID of the transfer task triggered by the current load balancing task. |
| JOB_ID | bigint(20) | NO | The ID of the job to which the current task belongs. |
| COMMENT | longtext | YES | Comment information |