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

Memory leak while using PFA model in a system #57

Open
simarjotsinghd opened this issue Sep 24, 2018 · 0 comments
Open

Memory leak while using PFA model in a system #57

simarjotsinghd opened this issue Sep 24, 2018 · 0 comments

Comments

@simarjotsinghd
Copy link

We are getting memory leak issue while invoking the PFA model within a deployed system in OSGi container. The issue is in org.apache.avro.specific.SpecificData class due to the cache CTOR_CACHE. The cache size keeps on increasing and there is no way to remove or limit the cache size.
SpecificData class is extended by Hadrian's PFASpecificData scala class and is in use while invoking the model.

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

No branches or pull requests

1 participant