You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dubbo-cluster/src/main/java/com/alibaba/dubbo/rpc/cluster/support/AbstractClusterInvoker.java
+12-11Lines changed: 12 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -88,8 +88,11 @@ public void destroy() {
88
88
89
89
/**
90
90
* Select a invoker using loadbalance policy.</br>
91
-
* a)Firstly, select an invoker using loadbalance. If this invoker is in previously selected list, or, if this invoker is unavailable, then continue step b (reselect), otherwise return the first selected invoker</br>
92
-
* b)Reslection, the validation rule for reselection: selected > available. This rule guarantees that the selected invoker has the minimum chance to be one in the previously selected list, and also guarantees this invoker is available.
91
+
* a)Firstly, select an invoker using loadbalance. If this invoker is in previously selected list, or,
92
+
* if this invoker is unavailable, then continue step b (reselect), otherwise return the first selected invoker</br>
93
+
* b)Reslection, the validation rule for reselection: selected > available. This rule guarantees that
94
+
* the selected invoker has the minimum chance to be one in the previously selected list, and also
0 commit comments