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


##########
fe/fe-core/src/main/java/org/apache/doris/resource/computegroup/ComputeGroupMgr.java:
##########
@@ -56,4 +59,14 @@ public ComputeGroup getAllBackendComputeGroup() {
         return new AllBackendComputeGroup(systemInfoService);
     }
 
+    // in cloud mode, compute group identifier means cluster id.
+    // in non-cloud mode, compute group identifier means tag name.
+    public Set<String> getComputeGroupIdentifiers() {

Review Comment:
   不要写这个函数
   直接返回所有的compute group 就行了,让调用者,按需访问compute 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: 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