Note
This view is available starting with V4.0.0.
Overview
Displays information about data inconsistencies between tablet replicas.
Columns
Field |
Type |
Nullable |
Description |
|---|---|---|---|
| TENANT_ID | bigint(20) | NO | Tenant ID |
| TABLET_ID | bigint(20) | NO | Tablet IDs with Mismatched Checksums |
Sample query
The system tenant observes data inconsistency between tablet replicas.
obclient [oceanbase]> SELECT * FROM oceanbase.CDB_OB_TABLET_CHECKSUM_ERROR_INFO;
