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


##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -2841,6 +2841,14 @@ public static boolean isNotCloudMode() {
     @ConfField(description = {"存算分离模式下streamload导入使用的转发策略, 
可选值为public-private或者空",
             "streamload route policy in cloud mode, availale options are 
public-private and empty string"})
     public static String streamload_redirect_policy = "";
+
+    // The count threshold to do manual GC when doing checkpoint but not 
enough memory.
+    // The default checkpoint interval is 1min.
+    @ConfField(mutable = true, description = {
+            "存算分离模式下如果 checkpoint 连续多次因内存不足而无法进行时,先尝试手动触发 GC",
+            "The threshold to do manual GC when doing checkpoint but not 
enough memory"})
+    public static int cloud_checkpoint_manual_gc_threshold = 10;

Review Comment:
   The `cloud_` prefix can be omitted



-- 
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