Pick "[enhance](Cooldown) Use config to control whether use cooldown replica for scanning first" (#38322)

## Proposed changes

<!--Describe your changes.-->

Same as master #37492
This commit is contained in:
AlexYue
2024-07-25 12:17:38 +08:00
committed by GitHub
parent 70cde39fe0
commit e396f853a0
2 changed files with 25 additions and 20 deletions

View File

@ -2735,6 +2735,9 @@ 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
//==========================================================================