jimgreat opened a new issue #8202:
URL: https://github.com/apache/dubbo/issues/8202


   
   
   ### Environment
   
   * Dubbo version: 3.0
   
   AbstractInvoker中有注释 
            /*
                * NOTICE!
                * must call {@link 
java.util.concurrent.CompletableFuture#get(long, TimeUnit)} because
                * {@link java.util.concurrent.CompletableFuture#get()} was 
proved to have serious performance drop.
                */
   要使用get(long, TimeUnit)
   
   MergeableClusterInvoker中的
   Result r = asyncResult.get()
   也要改一下吧
   


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