-
Notifications
You must be signed in to change notification settings - Fork 802
Deadlock may occure when Openfeign works with deferred JPA repository #443
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
Comments
@michaldo Thanks for reporting this. Further analysis: |
The problem seems to be in Spring Boot. Have created spring-projects/spring-boot#24966. Also, upgrading to Boot |
Initially Spring Boot guys told it is OpenFeing issue :) |
Spring Cloud version "Hoxton.SR9"
Under some condition deadlock happens with Openfeign + deferred JPA repository. I can reproduce the case only in tests.
I created a simple project to reproduce the problem: https://github.com/michaldo/feign-jpa-deffered-deadlock
I think the same case is reported on https://stackoverflow.com/questions/65078382/spring-boot-context-load-test-hangs
I guess the reason is that
FeignClientFactoryBean
does not extendAbstractFactoryBean
The text was updated successfully, but these errors were encountered: