Skip to content

Commit

Permalink
[cherry-pick](branch-2.1)add SessionVariable for enableCooldownReplic…
Browse files Browse the repository at this point in the history
…aAffinity
  • Loading branch information
cjj2010 committed Oct 29, 2024
1 parent 792ff38 commit 3247cf7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,10 @@ public class SessionVariable implements Serializable, Writable {
"adaptive_pipeline_task_serial_read_on_limit";
public static final String REQUIRE_SEQUENCE_IN_INSERT = "require_sequence_in_insert";

public static final String ENABLE_PHRASE_QUERY_SEQUENYIAL_OPT = "enable_phrase_query_sequential_opt";

public static final String ENABLE_COOLDOWN_REPLICA_AFFINITY =
"enable_cooldown_replica_affinity";
/**
* If set false, user couldn't submit analyze SQL and FE won't allocate any related resources.
*/
Expand Down

0 comments on commit 3247cf7

Please sign in to comment.