gavinchou commented on code in PR #56164:
URL: https://github.com/apache/doris/pull/56164#discussion_r2371693229


##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -3310,8 +3310,11 @@ public static int metaServiceRpcRetryTimes() {
     @ConfField(mutable = true, masterOnly = true)
     public static int cloud_min_balance_tablet_num_per_run = 2;
 
-    @ConfField(mutable = true, masterOnly = true)
-    public static boolean enable_cloud_warm_up_for_rebalance = true;
+
+    @ConfField(description = {"指定存算分离模式下所有Compute group的扩缩容预热方式",
+        "Specify the scaling and warming methods for all Compute groups in a 
storage-compute separation mode"},
+            options = {"direct_switch", "warmup_cache", "sync_cache"})

Review Comment:
   ask LLM for some consitent and accurate names.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to