Shutdown hook related memory leak in EhCacheCacheProvider
---------------------------------------------------------
Key: SHINDIG-1447
URL: https://issues.apache.org/jira/browse/SHINDIG-1447
Project: Shindig
Issue Type: Bug
Components: Java
Affects Versions: 2.0.0, 1.1-BETA5
Environment: all
Reporter: Jonathan Brown
Priority: Minor
There is a shutdown hook registered in the
org.apache.shindig.common.cache.ehcache.EhCacheCacheProvider.create() method.
The application's classloader cannot be garbage collected since the hook is
never unregistered.
There also isn't any error handling in the event the container has a security
manager in place denying such hooks.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.