diwenzheng commented on issue #1147:
URL:
https://github.com/apache/servicecomb-service-center/issues/1147#issuecomment-917618157
具体原因已经查明,因为yaml配置不当导致的问题.之前我有专门贴出我的yaml配置.好像你们没有仔细看.
原:
servicecomb:
service:
environment: development
application: XXX
name: mock-server
version: 1.1.0
registry:
address: ${REGISTRY_ADDRESS}
client:
timeout:
idle: 60
instance:
healthCheck:
interval: 60
times: 6
pull:
interval: 60
watch: true
empty:
pretection: true
autodiscovery: true
现在移除那些idle那些,直接
servicecomb:
service:
environment: development
application: xxx
name: xxx
version: 1.1.0
registry:
instance:
watch: true
在没有这样的日志了.哎 太难了,怀疑框架怀疑注册中心,怀疑etcd.就差怀疑人生了- -
@tianxiaoliang
--
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]