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