[cherry-pick](branch-2.1)add SessionVariable for enableCooldownReplicaAffinity (#42675)

pick from master:https://github.com/apache/doris/pull/41741
This commit is contained in:
kkop
2024-11-10 00:46:26 +08:00
committed by GitHub
parent 486dfe9f42
commit fba06b33b9
4 changed files with 56 additions and 4 deletions

View File

@ -2844,9 +2844,6 @@ public class Config extends ConfigBase {
"Stream_Load When importing, the maximum length of label is limited"})
public static int label_regex_length = 128;
@ConfField(mutable = true)
public static boolean enable_cooldown_replica_affinity = true;
//==========================================================================
// end of cloud config
//==========================================================================