zhiqiang-hhhh commented on code in PR #33690: URL: https://github.com/apache/doris/pull/33690#discussion_r1686019771
########## 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: Profile 构造函数改了,不接受 name 参数了,name 通过 SummaryProfile 获得。 -- 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