Note
This view is available starting with V4.0.0.
Purpose
This view displays information about data inconsistency between tablet replicas.
Columns
| Column | Type | Nullable | Description |
|---|---|---|---|
| TENANT_ID | bigint(20) | NO | The tenant ID. |
| TABLET_ID | bigint(20) | NO | The ID of the tablet that has a checksum inconsistency. |
Sample query
Query the information about data inconsistency between tablet replicas in the sys tenant.
obclient [oceanbase]> SELECT * FROM oceanbase.CDB_OB_TABLET_CHECKSUM_ERROR_INFO;