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

morningman 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 edc004756d6 [Chore](tools)Set the deadlock detection switch to on by 
default (#42189)
edc004756d6 is described below

commit edc004756d6e7b539b7e4c6d20cf40e4dcda1406
Author: Calvin Kirs <[email protected]>
AuthorDate: Tue Oct 22 00:09:25 2024 +0800

    [Chore](tools)Set the deadlock detection switch to on by default (#42189)
    
    ## Proposed changes
    
    We have already turned on this setting for the P0 regression cases, and
    after observing for some time, I believe we can make this switch enabled
    by default.
---
 fe/fe-common/src/main/java/org/apache/doris/common/Config.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fe/fe-common/src/main/java/org/apache/doris/common/Config.java 
b/fe/fe-common/src/main/java/org/apache/doris/common/Config.java
index 7d9ffb09690..b5c2bace7ae 100644
--- a/fe/fe-common/src/main/java/org/apache/doris/common/Config.java
+++ b/fe/fe-common/src/main/java/org/apache/doris/common/Config.java
@@ -3138,7 +3138,7 @@ public class Config extends ConfigBase {
     //                      start of lock config
     @ConfField(description = {"是否开启死锁检测",
             "Whether to enable deadlock detection"})
-    public static boolean enable_deadlock_detection = false;
+    public static boolean enable_deadlock_detection = true;
 
     @ConfField(description = {"死锁检测间隔时间,单位分钟",
             "Deadlock detection interval time, unit minute"})


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

Reply via email to