This is an automated email from the ASF dual-hosted git repository.
gavinchou pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new f3b179f2daf [chore](log) Remove some unnecessary log (#40975)
f3b179f2daf is described below
commit f3b179f2dafa6b1eb6c85071947f8c0ad46dbb37
Author: zhiqiang <[email protected]>
AuthorDate: Sat Sep 21 11:26:15 2024 +0800
[chore](log) Remove some unnecessary log (#40975)
Remove warning log of profile persist.
---
fe/fe-core/src/main/java/org/apache/doris/common/profile/Profile.java | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git
a/fe/fe-core/src/main/java/org/apache/doris/common/profile/Profile.java
b/fe/fe-core/src/main/java/org/apache/doris/common/profile/Profile.java
index 76414677d0a..e17b5b68c1e 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/common/profile/Profile.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/common/profile/Profile.java
@@ -465,7 +465,9 @@ public class Profile {
boolean hasReportingProfile = false;
if (this.executionProfiles.isEmpty()) {
- LOG.warn("Profile {} has no execution profile, it is abnormal",
id);
+ // Query finished, but no execution profile.
+ // 1. Query is executed on FE.
+ // 2. Not a SELECT query, just a DDL.
return false;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]