A ContextRefreshedEvent from a child context may result in deadlock when using JPA deferred repositories #24966
Labels
Milestone
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This change has caused a deadlock issue in OpenFeign. A
ContextRefreshedEvent
from a child context that we create in OpenFeign is being acted upon inDataSourceInitializedPublisher
. Ignoring events from child contexts should solve the issue.The text was updated successfully, but these errors were encountered: