Note
This view is available starting with V4.0.0.
Purpose
This view displays all tasks that should be generated (including those that have been generated and those that have not been generated yet).
Columns
| Column | Type | Nullable | Description |
|---|---|---|---|
| TENANT_ID | bigint(20) | NO | The tenant ID. |
| LS_ID | bigint(20) | NO | The log stream ID. |
| TASK_TYPE | varchar(64) | NO | The task type. Valid values:
|
| PRIORITY | varchar(5) | NO | The task priority. Valid values:
|
| TARGET_REPLICA_SVR_IP | varchar(46) | YES | The IP address of the server where the target replica is located. |
| TARGET_REPLICA_SVR_PORT | bigint(20) | YES | The port number of the server where the target replica is located. |
| TARGET_PAXOS_REPLICA_NUMBER | bigint(20) | YES | The number of Paxos replicas in the log stream. |
| TARGET_REPLICA_TYPE | varchar(16) | YES | The type of the target replica. |
| SOURCE_REPLICA_SVR_IP | varchar(46) | YES | The IP address of the server where the source replica is located. For tasks such as removing a replica or modifying the number of Paxos replicas, this field is invalid and is displayed as NULL. |
| SOURCE_REPLICA_SVR_PORT | bigint(20) | YES | The port number of the server where the source replica is located. For tasks such as removing a replica or modifying the number of Paxos replicas, this field is invalid and is displayed as 0. |
| SOURCE_PAXOS_REPLICA_NUMBER | bigint(20) | YES | The number of Paxos replicas in the log stream. |
| SOURCE_REPLICA_TYPE | varchar(16) | YES | The type of the source replica. For tasks such as removing a replica or modifying the number of Paxos replicas, this field is invalid and is displayed as NULL. |
| TASK_EXEC_SVR_IP | varchar(46) | YES | The IP address of the server where the task is executed. |
| TASK_EXEC_SVR_PORT | bigint(20) | YES | The port number of the server where the task is executed. |
| COMMENT | varchar(2048) | YES | The remarks on the reason for task generation. |