HappenLee commented on code in PR #35929: URL: https://github.com/apache/doris/pull/35929#discussion_r1637508581
########## fe/fe-core/src/main/java/org/apache/doris/qe/Coordinator.java: ########## @@ -656,11 +656,7 @@ public void exec() throws Exception { throw new UserException("could not find query queue"); } queueToken = queryQueue.getToken(); - if (!queueToken.waitSignal(this.queryOptions.getExecutionTimeout() * 1000)) { - LOG.error("query (id=" + DebugUtil.printId(queryId) + ") " + queueToken.getOfferResultDetail()); Review Comment: where to log the detail,should we still need to log? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org