-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HystrixRuntimeException: timed-out and no fallback.] with root cause java.util.concurrent.TimeoutException: null #2009
Comments
I have a problem like yours, too.
Try this, sure your config it works. I guess your config don't work, and I'm looking for other way to make it works. |
// Thread[main,5,main] org.springframework.beans.factory.support.AbstractBeanFactory#doGetBean Create response message processing for feignclient, which relies on this. messageConverters. getObject (). getConverter() in SpringDecoder. decode to retrieve all converters in the Spring container. org.springframework.beans.factory.support.AbstractBeanFactory#isTypeMatch(java.lang.String, org.springframework.core.ResolvableType), Will obtain feignclient, feignclient is singletonsCurrentlyInCreation, resulting in inability to obtain lock, waiting for hystrix timeout @PostConstruct my issue has been resolved by implementing the SmartInitializingSingleton interface |
I am getting above exceptio when invoking microservice via feign.
Feign:
Hystrix:
Exception:
My calling service isn able to reach called service. Called service has successfully processed the data as well. I have given such a big timeout but still getting timeout exception.
Please help
The text was updated successfully, but these errors were encountered: