Skip to content
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

SR client SchemaVersionInfoCache is not thread safe #798

Open
balassai opened this issue Feb 21, 2023 · 0 comments
Open

SR client SchemaVersionInfoCache is not thread safe #798

balassai opened this issue Feb 21, 2023 · 0 comments
Assignees
Labels

Comments

@balassai
Copy link
Contributor

SchemaVersionInfoCache#invalidateSchema touches the nested cache multiple times without any locking. This can lead to inconsistency in the cache if getSchema/invalidateAll/invalidateSchema is called at the same time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant