yiguolei commented on code in PR #33690: URL: https://github.com/apache/doris/pull/33690#discussion_r1685882008
########## fe/fe-core/src/main/java/org/apache/doris/load/loadv2/BrokerLoadJob.java: ########## @@ -241,10 +242,12 @@ private void createLoadingTask(Database db, BrokerPendingTaskAttachment attachme // divide job into broker loading task by table List<LoadLoadingTask> newLoadingTasks = Lists.newArrayList(); if (enableProfile) { - this.jobProfile = new Profile("BrokerLoadJob " + id + ". " + label, true, - Integer.valueOf(sessionVariables.getOrDefault(SessionVariable.PROFILE_LEVEL, "3"))); - // profile is registered in ProfileManager, so that we can get realtime profile - jobProfile.updateSummary(loadStartTimestamp, getSummaryInfo(false), false, null); + this.jobProfile = new Profile( 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