juzi214032 commented on a change in pull request #9578: URL: https://github.com/apache/dubbo/pull/9578#discussion_r793347398
########## File path: dubbo-cluster/src/main/java/org/apache/dubbo/rpc/cluster/support/ForkingClusterInvoker.java ########## @@ -86,6 +86,9 @@ public Result doInvoke(final Invocation invocation, List<Invoker<T>> invokers, L URL consumerUrl = RpcContext.getServiceContext().getConsumerUrl(); executor.execute(() -> { try { + if (ref.size() > 0) { Review comment: > I think that in the case of 10 threads judging at the same time, there should not be a limit, because the results are not obtained at this time and as many threads as possible need to initiate the access, so as to speed up the acquisition of results Yes, as stated above, concurrent calls cannot be limited because of the need to get the fastest results -- 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: notifications-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org