From 60e9c9c2db2f26da469ce404e4664a860b3a2b67 Mon Sep 17 00:00:00 2001 From: yiguolei Date: Tue, 22 Sep 2026 16:46:21 +0800 Subject: [PATCH] [bugfix](profile) forward profile level to master --- .../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 9e40aa4869c539..c0c995e4817833 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 @@ -1481,7 +1481,7 @@ public enum IgnoreSplitType { description = "Use consistent hashing to split the appearance for external scan") public boolean useConsistentHashForExternalScan = false; - @VarAttrDef.VarAttr(name = PROFILE_LEVEL, fuzzy = false, + @VarAttrDef.VarAttr(name = PROFILE_LEVEL, fuzzy = false, needForward = true, setter = "setProfileLevel", checker = "checkProfileLevel", description = "The level of query profile, " + "1 means only collect Counter of MergedProfile, 2 means print detailed information,"