gavinchou commented on code in PR #33201:
URL: https://github.com/apache/doris/pull/33201#discussion_r1576657646
##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -2721,7 +2721,7 @@ public static boolean isNotCloudMode() {
public static int cloud_min_balance_tablet_num_per_run = 2;
@ConfField(mutable = true, masterOnly = true)
- public static boolean cloud_preheating_enabled = false;
+ public static boolean cloud_preheating_enabled = true;
Review Comment:
all "pre heat" and "pre cache" have been and should be named as
"xxx_warm_up_xxx"
the previous names are confusing and not unified.
--
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]