[refactor](cluster)(step-1) remove cluster related stmt (#19355)

* [refactor](cluster)(step-1) remove cluster stmt
This commit is contained in:
Mingyu Chen
2023-05-07 18:44:42 +08:00
committed by GitHub
parent b50e2a8c08
commit abc73ac1eb
49 changed files with 93 additions and 3040 deletions

View File

@ -1034,17 +1034,6 @@ public class Config extends ConfigBase {
@ConfField(mutable = true, masterOnly = true)
public static boolean force_do_metadata_checkpoint = false;
/**
* The multi cluster feature will be deprecated in version 0.12
* set this config to true will disable all operations related to cluster feature, include:
* create/drop cluster
* add free backend/add backend to cluster/decommission cluster balance
* change the backends num of cluster
* link/migration db
*/
@ConfField(mutable = true)
public static boolean disable_cluster_feature = true;
/**
* Decide how often to check dynamic partition
*/