ADMIN CHECK TABLET
This statement is used to perform the specified check operation on a set of tablets.
grammar:
ADMIN CHECK TABLET (tablet_id1, tablet_id2, ...) PROPERTIES("type" = "...");
illustrate:
A list of tablet ids must be specified along with the type property in PROPERTIES.
Type only supports:
SHOW PROC "/cluster_health/tablet_health";.Perform a replica data consistency check on a specified set of tablets.
ADMIN CHECK TABLET (10000, 10001)
PROPERTIES("type" = "consistency");
ADMIN, CHECK, TABLET