This is an automated email from the ASF dual-hosted git repository.
csun5285 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 546f39dea80 [branch-4.1](pick) forward profile level to master- #68382
(#68402)
546f39dea80 is described below
commit 546f39dea8018bee242ef43fd351f3cc356e8c4d
Author: yiguolei <[email protected]>
AuthorDate: Wed Sep 23 10:50:45 2026 +0800
[branch-4.1](pick) forward profile level to master- #68382 (#68402)
### What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
### Release note
None
### Check List (For Author)
- Test <!-- At least one of them must be included. -->
- [ ] Regression test
- [ ] Unit Test
- [ ] Manual test (add detailed scripts or steps below)
- [ ] No need to test or manual test. Explain why:
- [ ] This is a refactor/code format and no logic has been changed.
- [ ] Previous test can cover this change.
- [ ] No code files have been changed.
- [ ] Other reason <!-- Add your reason? -->
- Behavior changed:
- [ ] No.
- [ ] Yes. <!-- Explain the behavior change -->
- Does this need documentation?
- [ ] No.
- [ ] Yes. <!-- Add document PR link here. eg:
https://github.com/apache/doris-website/pull/1214 -->
### Check List (For Reviewer who merge this PR)
- [ ] Confirm the release note
- [ ] Confirm test cases
- [ ] Confirm document
- [ ] Add branch pick label <!-- Add branch pick label that this PR
should merge into -->
---
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 17517993d80..f03f0ec8e0d 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
@@ -1496,7 +1496,7 @@ public class SessionVariable implements Serializable,
Writable {
"Use consistent hashing to split the appearance for
external scan"})
public boolean useConsistentHashForExternalScan = false;
- @VariableMgr.VarAttr(name = PROFILE_LEVEL, fuzzy = false,
+ @VariableMgr.VarAttr(name = PROFILE_LEVEL, fuzzy = false, needForward =
true,
setter = "setProfileLevel", checker = "checkProfileLevel",
description = { "查询 profile 的级别,1 表示只收集 MergedProfile 级别的
Counter,2 表示打印详细信息,"
+ "3 表示打开一些可能导致性能回退的 Counter", "The level of query
profile, "
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]