nacos-client selectOneHealthyInstance 报java.lang.ArrayIndexOutOfBoundsException: -1
zk20180228 opened this issue · 0 comments
zk20180228 commented
nacos-client :2.0.3
Instance instance = namingService.selectOneHealthyInstance("service03");
这个行代码报了异常,service03服务只有一个实例,但这个实例是不健康的,我的预期结果应该是instance ==null,但是实际上抛异常了。