Netflix/ribbon

am i right?

zhibangliu opened this issue · 1 comments

public class RandomRule extends AbstractLoadBalancerRule

        int index = chooseRandomInt(serverCount);
        server = upList.get(index);

it would be happen java.lang.IndexOutOfBoundsException ?

@zhibangliu yes, you are right.