ADMIN DIAGNOSE TABLET

Description

  1. This statement is used to diagnose the specified tablet. The results will show information about the tablet and some potential problems.
  2. grammar:
  3. ADMIN DIAGNOSE TABLET tblet_id
  4. illustrate:
  5. The lines of information in the result are as follows:
  6. 1. TabletExist: Whether the Tablet exists
  7. 2. TabletId: Tablet ID
  8. 3. Database: The DB to which the Tablet belongs and its ID
  9. 4. Table: The Table to which Tablet belongs and its ID
  10. 5. Partition: The Partition to which the Tablet belongs and its ID
  11. 6. MaterializedIndex: The materialized view to which the Tablet belongs and its ID
  12. 7. Replicas(ReplicaId -> BackendId): Tablet replicas and their BE.
  13. 8. ReplicasNum: Whether the number of replicas is correct.
  14. 9. ReplicaBackendStatus: Whether the BE node where the replica is located is normal.
  15. 10.ReplicaVersionStatus: Whether the version number of the replica is normal.
  16. 11.ReplicaStatus: Whether the replica status is normal.
  17. 12.ReplicaCompactionStatus: Whether the replica Compaction status is normal.

Example

  1. 1. Diagnose tablet 10001
  2. ADMIN DIAGNOSE TABLET 10001;

Keywords

  1. ADMIN,DIAGNOSE,TABLET