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


##########
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);
+const static std::string INTERNAL_WORKLOAD_GROUP_NAME = "_internal_group";

Review Comment:
   就叫_internal 吧,不要带group了,因为我们之前的normal 也没带



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

Reply via email to