yiguolei commented on code in PR #49884: URL: https://github.com/apache/doris/pull/49884#discussion_r2059828774
########## fe/fe-core/src/main/java/org/apache/doris/resource/workloadgroup/WorkloadGroupMgr.java: ########## @@ -200,37 +163,34 @@ private void writeUnlock() { lock.writeLock().unlock(); } + private WorkloadGroup getWorkloadGroupByComputeGroupUnlock(Pair<String, String> key) Review Comment: 不要传递pair 这种参数,我们实际传递的是compute group name和workload group name,把这种参数写上。 -- 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