[opt](log) Remove unnecessary warning log (#37093)
When enable_profile = true or report_succeed=true, it is very likely fe/fe-core/src/main/java/org/apache/doris/qe/QeProcessorImpl.java::reportExecStatus will print much warning log. It is not necesary.
This commit is contained in:
@ -245,8 +245,7 @@ public final class QeProcessorImpl implements QeProcessor {
|
||||
} else {
|
||||
result.setStatus(new TStatus(TStatusCode.RUNTIME_ERROR));
|
||||
}
|
||||
LOG.warn("ReportExecStatus() runtime error, query {} with type {} does not exist",
|
||||
DebugUtil.printId(params.query_id), params.query_type);
|
||||
|
||||
return result;
|
||||
}
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user