You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "Augustvic (GitHub)" <gi...@apache.org> on 2020/03/16 11:09:10 UTC

[GitHub] [dubbo] Augustvic opened pull request #5875: Update ForkingClusterInvoker.java

## What is the purpose of the change

To make sure the number of selected invoker is as specified in the parameter of "forks".

## Brief changelog

In the previous version, there was no guarantee that enough invokers were selected because of the “if” statement. It can only ensure that the loop is executed “forks” times.


[ Full content available at: https://github.com/apache/dubbo/pull/5875 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [dubbo] chickenlj closed pull request #5875: correct the number of selected invoker

Posted by "chickenlj (GitHub)" <gi...@apache.org>.
[ pull request closed by chickenlj ]

[ Full content available at: https://github.com/apache/dubbo/pull/5875 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org