wangbo commented on code in PR #42006: URL: https://github.com/apache/doris/pull/42006#discussion_r1837414930
########## be/src/agent/workload_group_listener.cpp: ########## @@ -59,7 +59,7 @@ void WorkloadGroupListener::handle_topic_info(const std::vector<TopicInfo>& topi workload_group_info.enable_cpu_hard_limit); // 4 create and update task scheduler - wg->upsert_task_scheduler(&workload_group_info, _exec_env); + wg->upsert_task_scheduler(&workload_group_info); Review Comment: cgroup's real value cloud be updated to workload_group_info for 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