You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2019/12/25 09:35:39 UTC

[GitHub] [servicecomb-java-chassis] yhs0092 commented on issue #1492: edge契约更新不动

yhs0092 commented on issue #1492: edge契约更新不动
URL: https://github.com/apache/servicecomb-java-chassis/issues/1492#issuecomment-568874577
 
 
   edge从sc拉取到了到新版本的微服务实例的话,会打印日志的,可以搜一下日志关键字`find instances`,看看打印了几条日志,像这样
   ```
   2019-12-25 17:24:35,003 [INFO] find instances[1] from service center success. service=default/CseMonitoring/latest, old revision=null, new revision=3a995f3e509dd4b5ea14c852b983df92fce4431c org.apache.servicecomb.serviceregistry.registry.AbstractServiceRegistry.findServiceInstances(AbstractServiceRegistry.java:253)
   2019-12-25 17:24:35,004 [INFO] service id=8b09a7085f4011e89f130255ac10470c, instance id=8b160d485f4011e89f130255ac10470c, endpoints=[rest://100.125.0.198:30109?sslEnabled=true] org.apache.servicecomb.serviceregistry.registry.AbstractServiceRegistry.findServiceInstances(AbstractServiceRegistry.java:261)
   ```
   
   ----------------
   
   > edge感知不到后面微服务最新接口字段的变化
   
   后端微服务的接口具体发生了什么变化呢?
   
   ----------------
   
   > 重启和升级版本都试过了,edge还是感知不到新增的字段
   
   是edge不动,后端服务升级或重启吗?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services