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


##########
fe/fe-core/src/main/java/org/apache/doris/resource/workloadgroup/WorkloadGroupMgr.java:
##########
@@ -71,6 +71,10 @@ public class WorkloadGroupMgr extends MasterDaemon 
implements Writable, GsonPost
 
     public static final Long DEFAULT_GROUP_ID = 1L;
 
+    public static final String INTERNAL_GROUP_NAME = "_internal_group";

Review Comment:
   目前不允许用户创建下划线开头的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