The Hystrix timeout of XXms for the command XX-XX is set lower than the combination of the
生活随笔
收集整理的這篇文章主要介紹了
The Hystrix timeout of XXms for the command XX-XX is set lower than the combination of the
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
2019獨角獸企業重金招聘Python工程師標準>>>
The Hystrix timeout of XXms for the command XX-XX is set lower than the combination of the Ribbon read and connect timeout
?
原因:
(ribbon.ConnectTimeout + ribbon.ReadTimeout) * (ribbon.MaxAutoRetries + 1) * (ribbon.MaxAutoRetriesNextServer + 1)
?
告警意識是? 你的hytrix的超時時間比?Ribbon的 connect時間+read timeout的時間還長。會失去意義。
?
可以修改如下:
? ribbon.MaxAutoRetries: 0? #不重試
? ribbon.MaxAutoRetriesNextServer: 0 #不嘗試下一臺機器
?
?
?
轉載于:https://my.oschina.net/u/867417/blog/1789904
總結
以上是生活随笔為你收集整理的The Hystrix timeout of XXms for the command XX-XX is set lower than the combination of the的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Python进阶【第七篇】文件处理
- 下一篇: 52个有用的 Docker 工具