ADMIN CANCEL REPAIR
Cancels the prioritized schedule of repairing operations on specified tables or partitions. This statement only indicates that the system will no longer repair sharding replicas of specified tables or partitions with high priority. It still repairs these copies by default scheduling.
ADMIN CANCEL REPAIR applies only to native tables in shared-nothing clusters.
For detailed instructions, see Manage Replica.
tip
This operation requires the SYSTEM-level OPERATE privilege. You can follow the instructions in GRANT to grant this privilege.
Syntaxβ
ADMIN CANCEL REPAIR TABLE table_name[ PARTITION (p1,...)]
Examplesβ
-
Cancel the high-priority repairing schedule for the partition
p1in the native tabletbl1.ADMIN CANCEL REPAIR TABLE tbl PARTITION(p1);