liubao68 commented on issue #3914: URL: https://github.com/apache/servicecomb-java-chassis/issues/3914#issuecomment-1691574613
这个问题由https://github.com/apache/servicecomb-java-chassis/pull/3770 修改导致, 这个修改的目的是保持更老版本的兼容(中间版本修改错误)。 规避措施: 1. 禁用zoneaware负载均衡: servicecomb.loadbalance.filter.zoneaware.enabled: false 或者2. 显示的配置数据中心信息: servicecomb: datacenter: name: mydatacenter region: my-Region availableZone: my-Zone 可以在老版本先增加配置信息,后面再新版本继承后再升级。 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
