码迷,mamicode.com
首页 > 编程语言 > 详细

SpringCloud服务消费者第一次调用出现超时问题的解决方案

时间:2017-04-26 19:54:28      阅读:1428      评论:0      收藏:0      [点我收藏+]

标签:解决   信息   问题   netflix   seconds   test   out   read   iso   

在第一次访问服务消费者的时候(消费者去调用服务提供者服务)会出现如下异常:

com.netflix.hystrix.exception.HystrixRuntimeException: TestService#hello(String) timed-out and no fallback available

解决方案是在application.properties增加如下配置信息:

#hystrix调用方法的超时时间,默认是1000毫秒
hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=5000

 

参考文章:http://www.tuicool.com/articles/vAr6Rb2

https://yq.aliyun.com/articles/61510

SpringCloud服务消费者第一次调用出现超时问题的解决方案

标签:解决   信息   问题   netflix   seconds   test   out   read   iso   

原文地址:http://www.cnblogs.com/yangzhilong/p/6770359.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!