yiguolei commented on code in PR #50577: URL: https://github.com/apache/doris/pull/50577#discussion_r2072793995
########## fe/fe-core/src/main/java/org/apache/doris/resource/computegroup/ComputeGroupMgr.java: ########## @@ -72,4 +72,9 @@ public Set<String> getAllComputeGroupIds() { return ret; } + public String getComputeGroupNameById(String clusterId) { + CloudSystemInfoService cloudSystemInfoService = (CloudSystemInfoService) systemInfoService; Review Comment: 为啥这个一定是cloud system info service? 存算一体的代码调用了这里怎么办? -- 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