yiguolei commented on code in PR #42006: URL: https://github.com/apache/doris/pull/42006#discussion_r1823895498
########## be/src/runtime/workload_group/workload_group_manager.h: ########## @@ -36,11 +36,18 @@ class TaskScheduler; class MultiCoreTaskQueue; } // namespace pipeline +// internal_group is used for doris internal workload, currently is mainly compaction +const static uint64_t INTERNAL_WORKLOAD_GROUP_ID = + static_cast<uint64_t>(TWorkloadType::type::internal); Review Comment: 这个名字叫做 __internal, 我们区分一下跟用户定义的 -- 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