yiguolei commented on code in PR #34074:
URL: https://github.com/apache/doris/pull/34074#discussion_r1577728791
##########
be/src/runtime/workload_group/workload_group_manager.cpp:
##########
@@ -83,9 +83,11 @@ void
WorkloadGroupMgr::delete_workload_group_by_ids(std::set<uint64_t> used_wg_i
auto workload_group_ptr = iter->second;
if (used_wg_id.find(tg_id) == used_wg_id.end()) {
workload_group_ptr->shutdown();
+ LOG(INFO) << "[topic_publish_wg] shutdown wg " << tg_id;
Review Comment:
rename to wg_id
--
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]