ADMIN SET PARTITION VERSION
This statement is used to set the version of the specified partition.
In certain cases, the version of the partition in the metadata may not be consistent with the version of the actual replica. This command can manually set the version of the partition in the metadata.
grammar:
ADMIN SET TABLE table_name PARTITION VERSION PROPERTIES ("key" = "value", ...);
The following properties are currently supported:
Note:
It is necessary to first confirm the version of the actual replica on the Be before set the version of the partition. This command is generally only used for emergency troubleshooting, please proceed with caution.
ADMIN SET TABLE tbl1 PARTITION VERSION PROPERTIES("partition_id" = "1769152", "visible_version" = "100");
ADMIN, SET, PARTITION, VERSION