Purpose
The oceanbase.CDB_OB_LS_ARB_REPLICA_TASKS view displays information about the current tenant and the ongoing arbitration tasks of the current tenant. You can query this view only from the sys tenant.
Note
This view is introduced since OceanBase Database V4.1.0.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| CREATE_TIME | datetime | NO | The time when the task was generated. |
| MODIFY_TIME | datetime | NO | The time when the task was modified. |
| TENANT_ID | bigint(20) | NO | The ID of the tenant. |
| LS_ID | bigint(20) | NO | The ID of the log stream. |
| TASK_ID | bigint(20) | NO | The ID of the task. |
| TRACE_ID | varchar(200) | NO | The trace ID of the task in the log. |
| TASK_TYPE | varchar(32) | NO | The task type. Valid values:
|
| ARBITRATION_SERVICE | varchar(512) | NO | The endpoint of the arbitration service. |
| ARBITRATION_SERVICE_TYPE | varchar(64) | NO | The type of the arbitration service. Only ADDR is supported. |
| COMMENT | varchar(2048) | YES | The description of the task. |