yanshaohui opened a new issue #2203:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2203


   业务基于一致性hash自定义负载均衡策略,在public ServiceCombServer 
choose(List<ServiceCombServer> servers, Invocation invocation) 
执行时,判断servers引用变化则认为服务发现变化,此时触发重建hash环。
   但部分实例servers引用变化非常频繁触发hash环重建,部分实例却非常稳定。
   经过比对,引用变化的实例servers中的endpoints列表(ip:port)字符串值并没有发生变化。
   


----------------------------------------------------------------
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.

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


Reply via email to