yiguolei commented on code in PR #38238:
URL: https://github.com/apache/doris/pull/38238#discussion_r1687481325


##########
be/src/agent/workload_group_listener.cpp:
##########
@@ -61,6 +61,9 @@ void WorkloadGroupListener::handle_topic_info(const 
std::vector<TopicInfo>& topi
         // 4 create and update task scheduler
         wg->upsert_task_scheduler(&workload_group_info, _exec_env);
 
+        // 5 upsert io throttle
+        wg->upsert_scan_io_throttle(workload_group_info.read_bytes_per_second);

Review Comment:
   这个感觉应该在 get_or_create_workload_group 这个函数里完成。



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to