Feature
This view displays the information about the transaction participants on all OBServer nodes.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| TENANT_ID | bigint(20) | NO | The ID of the tenant. |
| SVR_IP | varchar(46) | NO | The IP address of the OBServer. |
| SVR_PORT | bigint(20) | NO | The port number of the OBServer. |
| SESSION_ID | bigint(20) | NO | The session ID. |
| SCHEDULER_ADDR | varchar(64) | NO | The address of the node to which the scheduler belongs. |
| TX_TYPE | varchar(11) | NO | The type of the transaction. |
| TX_ID | bigint(20) | NO | The ID of the transaction. |
| LS_ID | bigint(20) | NO | The log stream ID. |
| PARTICIPANTS | varchar(1024) | NO | The list of participants. |
| CTX_CREATE_TIME | timestamp(6) | YES | The point in time when the context was created. |
| TX_EXPIRED_TIME | timestamp(6) | YES | The point in time when the transaction times out. |
| STATE | varchar(9) | NO | The context submission status. |
| ACTION | varchar(10) | NO | The last executed action. |
| PENDING_LOG_SIZE | bigint(20) | NO | The size of the data to persist. |
| FLUSHED_LOG_SIZE | bigint(20) | NO | The size of the persisted data. |
| IS_EXITING | varchar(3) | NO | Indicates whether a transaction participant is exiting. |
| ROLE | varchar(8) | NO | The role of the context. |