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: [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