Yanniiii opened a new issue #8506:
URL: https://github.com/apache/dubbo/issues/8506


   - [x] I have searched the [issues](https://github.com/apache/dubbo/issues) 
of this repository and believe that this is not a duplicate.
   - [ ] I have checked the 
[FAQ](https://github.com/apache/dubbo/blob/master/FAQ.md) of this repository 
and believe that this is not a duplicate.
   
   ### Environment
   
   * Dubbo version: 2.7.10
   * Operating System version: win7
   * Java version: 1.8
   
   ### Steps to reproduce this issue
   
   provider和consumer通过 ‘dubbo:registry address="multiple://......’  
配置了多个注册中心,比如一个Nacos,一个Zookeeper,provider向两个注册中心注册了自己的service,consumer在loadbalance.select()时会读取到同一服务在两个注册中心下两份相同的实例。
   
   
   ### Expected Result
   
   不应该对未去重的实例进行负载均衡:loadbalance.select()读取到的应该是经过去重的实例,在上述例子中,应该只有一个。
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

Reply via email to