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 SchemaMetadataCache leaks memory #805

Open
balassai opened this issue Mar 2, 2023 · 0 comments
Open

SR client SchemaMetadataCache leaks memory #805

balassai opened this issue Mar 2, 2023 · 0 comments
Labels

Comments

@balassai
Copy link
Contributor

balassai commented Mar 2, 2023

The SchemaMetadataCache class has an extra cache to support a different mapping logic called schemaNameToIdMap. This map is only used to put data into it, and it is never cleared, even though the main cache has an eviction policy.

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