wbx199801 commented on issue #4902: URL: https://github.com/apache/servicecomb-java-chassis/issues/4902#issuecomment-3190819021
service-center在没有实例的场景下会直接删除微服务(定时删除),这对于他们来说是正常场景,servicecomb客户端应该做好保护,org.apache.servicecomb.service.center.client.ServiceCenterDiscovery#pullAllInstance这个地方把failedInstances移除的同时需要将org.apache.servicecomb.registry.DiscoveryManager#versionedCache也删除(不确定是否可行,或者是否带来其他问题),以便后续可以继续请求service-center进行更新 -- 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: commits-unsubscr...@servicecomb.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org