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

yiguolei pushed a commit to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-4.1 by this push:
     new 6e9f49d42a7 branch-4.1: [improvement](fe) Set default profile level to 
2 #64378 (#64417)
6e9f49d42a7 is described below

commit 6e9f49d42a786b2678227c67cbffffeac9cdcedf
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 16 19:24:19 2026 +0800

    branch-4.1: [improvement](fe) Set default profile level to 2 #64378 (#64417)
    
    Cherry-picked from #64378
    
    Co-authored-by: Pxl <[email protected]>
---
 fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java 
b/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
index d605c3ad275..dfae86f84f3 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
@@ -1393,7 +1393,7 @@ public class SessionVariable implements Serializable, 
Writable {
                             + "3 表示打开一些可能导致性能回退的 Counter", "The level of query 
profile, "
                             + "1 means only collect Counter of MergedProfile, 
2 means print detailed information,"
                             + " 3 means open some Counters that may cause 
performance degradation"})
-    public int profileLevel = 1;
+    public int profileLevel = 2;
 
     @VariableMgr.VarAttr(name = MAX_INSTANCE_NUM)
     public int maxInstanceNum = 64;


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

Reply via email to