You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: