Skip to content

Commit

Permalink
Fix ConfField
Browse files Browse the repository at this point in the history
Signed-off-by: PengFei Li <[email protected]>
  • Loading branch information
banmoy committed Jan 15, 2025
1 parent 7f09a8f commit d77f521
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fe/fe-core/src/main/java/com/starrocks/common/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -3371,6 +3371,7 @@ public class Config extends ConfigBase {
@ConfField(mutable = true)
public static int merge_commit_idle_ms = 3600000;

@ConfField(mutable = false)
public static int merge_commit_executor_threads_num = 4096;

@ConfField(mutable = true)
Expand All @@ -3379,6 +3380,7 @@ public class Config extends ConfigBase {
@ConfField(mutable = true)
public static int merge_commit_txn_state_dispatch_retry_interval_ms = 200;

@ConfField(mutable = true)
public static int merge_commit_be_assigner_schedule_interval_ms = 5000;

@ConfField(mutable = true, comment = "Defines the maximum balance factor allowed " +
Expand Down

0 comments on commit d77f521

Please sign in to comment.