This is an automated email from the ASF dual-hosted git repository.

dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new e3886bcf2a [fix](tablet sheduler) change sched period back to 1s 
(#23573)
e3886bcf2a is described below

commit e3886bcf2a296c6ab3279c6cd25a825d57b8ebe9
Author: yujun <yu.jun.re...@gmail.com>
AuthorDate: Fri Sep 1 15:29:59 2023 +0800

    [fix](tablet sheduler) change sched period back to 1s (#23573)
    
    
    
    This reverts commit 285bf978442fdff65fda5264ff40bd8291954ef2.
    
    * change tablet sched peroid back to 1s
---
 fe/fe-core/src/main/java/org/apache/doris/common/FeConstants.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fe/fe-core/src/main/java/org/apache/doris/common/FeConstants.java 
b/fe/fe-core/src/main/java/org/apache/doris/common/FeConstants.java
index 789315c33f..d3e699b88e 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/common/FeConstants.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/common/FeConstants.java
@@ -67,7 +67,7 @@ public class FeConstants {
     public static String null_string = "\\N";
 
     public static long tablet_checker_interval_ms = 20 * 1000L;
-    public static long tablet_schedule_interval_ms = 100L;
+    public static long tablet_schedule_interval_ms = 1000L;
 
     public static String csv = "csv";
     public static String csv_with_names = "csv_with_names";


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to