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


##########
fe/fe-core/src/main/java/org/apache/doris/resource/computegroup/AllBackendComputeGroup.java:
##########
@@ -65,6 +65,10 @@ public ImmutableList<Backend> getBackendList() {
         return 
systemInfoService.getAllClusterBackendsNoException().values().asList();
     }
 
+    // In non cloud mode, if user not set resource group name, then will use 
all

Review Comment:
   ```suggestion
       // In non cloud mode, if root or admin user not set resource group name, 
then will use all
   ```



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