-
Notifications
You must be signed in to change notification settings - Fork 26.4k
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
ReferenceConfigCache doesn't work well when no provider #2233
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Step to reproduce this issue
ReferenceConfigCache.get()
to invoke providerPls. provide [GitHub address] to reproduce this issue.
Expected Result
when provider startup, the second time invoke should success.
Actual Result
second time invoke failed
What cause it
When no provider,
config.get()
return null, at this time we shouldn't store this reference into cache.The text was updated successfully, but these errors were encountered: