Note
This view is available starting with V4.0.0.
Purpose
This view displays information about data inconsistencies 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 inconsistent checksums. |
Sample query
Query information about data inconsistencies between tablet replicas in the sys tenant.
obclient [oceanbase]> SELECT * FROM oceanbase.CDB_OB_TABLET_CHECKSUM_ERROR_INFO;