am i right?
zhibangliu opened this issue · 1 comments
zhibangliu commented
public class RandomRule extends AbstractLoadBalancerRule
int index = chooseRandomInt(serverCount);
server = upList.get(index);
it would be happen java.lang.IndexOutOfBoundsException ?
vladkabat commented
@zhibangliu yes, you are right.