kimmking edited a comment on issue #2578: The current RoundRobinLoadBalance 
implementation performance is not satisfactory
URL: 
https://github.com/apache/incubator-dubbo/issues/2578#issuecomment-425623844
 
 
   If we modify a weight to 50000 :
   ```
   private static final int[] INVOKER_WEIGHT_ARRAY = new int[]
     {100, 100, 200, 200, 300, 300, 400, 400, 500, 50000};
   ```
   
   then it need 10minutes to finish select.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to