yiguolei commented on code in PR #41016: URL: https://github.com/apache/doris/pull/41016#discussion_r1767909537
########## fe/fe-core/src/main/java/org/apache/doris/common/profile/Profile.java: ########## @@ -363,49 +366,13 @@ public String getProfileBrief() { return gson.toJson(rootProfile.toBrief()); } - // Read file if profile has been stored to storage. + // Return if profile has been stored to storage public void getExecutionProfileContent(StringBuilder builder) { if (builder == null) { builder = new StringBuilder(); } if (profileHasBeenStored()) { - LOG.info("Profile {} has been stored to storage, reading it from storage", id); Review Comment: 为什么改这个? -- 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