dubbo2.7.19使用nacos-client1.2.0作为消费端
当消费端进行服务订阅时:
当回调EventListener
图2:
进入到NacosInstanceManageUtil.getAllCorrespondingServiceInstanceList()
此时map里面有一个服务名称,与刚刚传入的值不一致,此时返回空列表
最后去调用refreshOverrideAndInvoker方法,,造成无可用的invoker列表
建议
1,在subscribeEventListener方法中,NacosInstanceManageUtil.getAllCorrespondingServiceInstanceList方法中,直接传入serviceName,不要e.getServiceName()
2,当服务下线时,清除一下CORRESPONDING_SERVICE_NAMES_MAP相应的服务名称
1条答案
按热度按时间8ulbf1ek1#
2.7.20 版本已修复,正在发布中