nacos-group / nacos-examples

Nacos Examples
Apache License 2.0
950 stars 1.47k forks source link

nacos-client selectOneHealthyInstance 报java.lang.ArrayIndexOutOfBoundsException: -1 #68

Open zk20180228 opened 2 years ago

zk20180228 commented 2 years ago

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