0

我们有一个 K8s 集群(3 Master - 2 Worker) - v1.17

这个集群中有2个微服务,一个微服务一个对Common的调用。有时,我面临的问题是:对 Common 的调用在 60 秒后超时 - 尽管此请求在 Common 中处理得非常快并且成功(< 10ms)。

getErrorInfoFallback : feign.RetryableException: Read timed out executing GET http://common-service.dev.svc.cluster.local:8002/errormapping/v1.0?errorCode=abcxyz

我使用 FeignClient 来调用其他带有 url 的微服务,比如http://common-service.dev.svc.cluster.local:8002

Here is timeline:
- 16:37:42.362 A send request 
- 16:37:42.368 Common logging the request 
- 16:37:42.378 Common logging respone return 
- 16:38:42.424 A: timeout exeption

有人可以帮我吗?

4

0 回答 0