[refactor](cluster)(step-1) remove cluster related stmt (#19355)
* [refactor](cluster)(step-1) remove cluster stmt
This commit is contained in:
@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user